RE: Export files from Tortoise SVN
From: Waseem Shahzad <waseem.shahzad_at_curemd.com>
Date: Thu, 13 Oct 2011 04:11:25 -0400
Thanks for your reply.
I have used the output of :
svn diff --summarize
Here I get.
https:// -----------/svn/demo/Integration WorkSpace/Database/S_1.txt
when I put this output in command as:
svn export -r 2 " https://-----------/svn/demo/Integration WorkSpace/Dlls/test2.txt" c:\destination path
Output:
svn: Can't move ' c:\destination path ': Access is denied.
How would I use this output of 'svn diff --summarize' for 'export'.
I think I am missing something.
Cheers
-----Original Message-----
2011/10/13 Waseem Shahzad <waseem.shahzad_at_curemd.com>:
svn log -v -r
Filter its output and feed it to "svn cat", or may be to svn export.
Best regards,
|
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.