problem getting files from history

2 views
Skip to first unread message

Schroeder, Hartmut

unread,
Feb 2, 2012, 5:28:50 AM2/2/12
to Subversion Users (users@subversion.apache.org)
Hi all,
say, a file exists in revision 100 and in HEAD-Revison:
 
 
a_file.txt
 
The file is deleted:
 
Committed revision 200
 
Now the file is not visible in r100 (it looks to the head):
 
svn: '/svn/repo-global/!svn/bc/200/trunk/a_file.txt' path not found
 
But if get the folder:
 
the result is as expected.
 
 
 
 
Regards
Hartmut
 

Ulrich Eckhardt

unread,
Feb 2, 2012, 5:38:38 AM2/2/12
to us...@subversion.apache.org
Am 02.02.2012 11:28, schrieb Schroeder, Hartmut:
> svn del http://server/svn/repo-global/trunk/a_file.txt
> Committed revision 200
>
> 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
> svn: '/svn/repo-global/!svn/bc/200/trunk/a_file.txt' path not found

SVN is looking at the given path @HEAD and from there goes back to
revision 100. Since the file isn't present in HEAD, the first step
fails. Take a look at the docs concerning "peg revisions" for a solition.

Uli

**************************************************************************************
Domino Laser GmbH, Fangdieckstra�e 75a, 22547 Hamburg, Deutschland
Gesch�ftsf�hrer: Thorsten F�cking, Amtsgericht Hamburg HR B62 932
**************************************************************************************
Visit our website at http://www.dominolaser.com
**************************************************************************************
Diese E-Mail einschlie�lich s�mtlicher Anh�nge ist nur f�r den Adressaten bestimmt und kann vertrauliche Informationen enthalten. Bitte benachrichtigen Sie den Absender umgehend, falls Sie nicht der beabsichtigte Empf�nger sein sollten. Die E-Mail ist in diesem Fall zu l�schen und darf weder gelesen, weitergeleitet, ver�ffentlicht oder anderweitig benutzt werden.
E-Mails k�nnen durch Dritte gelesen werden und Viren sowie nichtautorisierte �nderungen enthalten. Domino Laser GmbH ist f�r diese Folgen nicht verantwortlich.
**************************************************************************************

Richard Cavell

unread,
Feb 2, 2012, 6:32:32 AM2/2/12
to Schroeder, Hartmut, Subversion Users (users@subversion.apache.org),
svn list http://server/svn/repo-global/trunk/a_file.txt@100

 

----- Original Message -----

From: Schroeder, Hartmut

Sent: 02/02/12 08:28 PM

To: Subversion Users (us...@subversion.apache.org)

Subject: problem getting files from history


Hi all,
say, a file exists in revision 100 and in HEAD-Revison:
 
a_file.txt
 
a_file.txt
 
The file is deleted:
 
Committed revision 200
 
Now the file is not visible in r100 (it looks to the head):
 
svn: '/svn/repo-global/!svn/bc/200/trunk/a_file.txt' path not found
 
Reply all
Reply to author
Forward
0 new messages