brycestro
12-30-2008, 02:06 AM
Hi all,
I'm attempting to set up a subversion repository in a directory on my futurequest hosted account. Here's what I've done so far:
1. Logged in via SSH and used "mkdir test_repo" to make a folder called "test_repo" under the /big/dom/x<domain_name>/<username>/ directory. Making this folder was successful.
2. Created the subversion repository under the test_repo directory by issuing the command "svnadmin create test_repo". I'm assuming this was also successful, being as it didn't complain and jumped to the next line waiting for my next command.
My question now is, how do I use my computer as the client to pull down all the files in the test_repo? I have a machine running Windows Vista and have used subversion and TortoiseSVN before locally on my own machine, but I don't know what I need to type to connect to the repository I've created on the futurequest server. What is the URL of the repository that I've created that I would need to type in to get access to the repository files?
Any help is much appreciated. Cheers, Bryce.
I'm attempting to set up a subversion repository in a directory on my futurequest hosted account. Here's what I've done so far:
1. Logged in via SSH and used "mkdir test_repo" to make a folder called "test_repo" under the /big/dom/x<domain_name>/<username>/ directory. Making this folder was successful.
2. Created the subversion repository under the test_repo directory by issuing the command "svnadmin create test_repo". I'm assuming this was also successful, being as it didn't complain and jumped to the next line waiting for my next command.
My question now is, how do I use my computer as the client to pull down all the files in the test_repo? I have a machine running Windows Vista and have used subversion and TortoiseSVN before locally on my own machine, but I don't know what I need to type to connect to the repository I've created on the futurequest server. What is the URL of the repository that I've created that I would need to type in to get access to the repository files?
Any help is much appreciated. Cheers, Bryce.