Home » Questions » Computers [ Ask a new question ]

Where does subversion download a newly checked out project to?

Where does subversion download a newly checked out project to?

I have just gotten svn and checked out my first project from the internet. Normally when I'm working with SVN, I have created the project locally. I downloaded the trunk with svn co

Asked by: Guest | Views: 294
Total answers/comments: 1
Guest [Entry]

"They're normally downloaded into a directory named after the last segment of the URL, so with your example URL it would be somethingcool. The directory is located where you ran the checkout command.

You can also specify a different directory, e.g.:

svn co svn.exampledotorg/something path/to/any/directory"