RE: Export files from Tortoise SVN
From: Waseem Shahzad <waseem.shahzad_at_curemd.com>
Date: Thu, 13 Oct 2011 12:06:08 -0400
I am surprised that If Tortoise SVN given an option to 'Export' that get Only delta of that revision and 'Save revision to' in 'Show log' option.
Why there is no alternative command of these two options in subversion.
Cheers,
-----Original Message-----
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.