How can I use the svn export command to get a single file from the repository?
svn export
I've tried this:
svn export e: epositoriesprocessest.txt c:
But I get this error:
svn: e: epositoriesprocess is not a working copy
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:
svn export file:///e:/repositories/process/test.txt c:est.txt
1.4m articles
1.4m replys
5 comments
57.0k users