Re: problem getting files from history
From: Richard Cavell <richardcavell_at_mail.com>
Date: Thu, 02 Feb 2012 06:32:32 -0500
svn list http://server/svn/repo-global/trunk/a_file.txt@100
----- Original Message -----
Hi all,
svn list -r 100 http://server/svn/repo-global/trunk/a_file.txt
svn list http://server/svn/repo-global/trunk/a_file.txt
The file is deleted:
svn del http://server/svn/repo-global/trunk/a_file.txt
Now the file is not visible in r100 (it looks to the head):
svn list -r 100 http://server/svn/repo-global/trunk/a_file.txt
But if get the folder:
svn export -r 100 http://server/svn/repo-global/trunk
the result is as expected.
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.