accessing older file revisions from branches
From: <petr_at_scssoft.com>
Date: 2003-01-30 14:01:18 CET
Hello,
recently I had to do a diff between two file revisions:
svn diff -r 1:200 test.cpp
svn: RA layer request failed
APACHE2 log:
svn cat -r 1 test.cpp:
svn: RA layer request failed
APACHE2 log:
svn cat -r 200 test.cpp:
OK, I'll get a correct revision.
I can retrieve every version after the branch was made, but anything
If I try to access older revisions of the file from the 'trunk', I am
I am using version 0.17.1-0 (debian) both on client and server.
Regards,
---------------------------------------------------------------------
|
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.