7
2
|
How can i use svn export command to get a single file from the repository.
I try this
svn export e:\repositories\process\test.txt c:\
but I get this:
svn: e:\repositories\process is not a working copy
| |||
feedback
|
12
|
Guessing from your directory name, you are trying to access the repository on the local filesystem. You still need to use URL syntax to access it:
| ||
feedback
|
5
|
You don't have to do this locally either. You can do it through a remote repository, for example:
There is a pretty good scenario based tutorial here for these kind of situations:http://www.duchnik.com/tutorials/vc/svn-command-reference
|
Nessun commento:
Posta un commento