HI!
We have REPLACED a file (don't know, how we did that) in the repository. Now
we cannot "cat" the content of an older revision of that file with svn
commandline client, however we can save that older revision with Tortoise.
svn log -r 11750:12000 -v
"http://kasrv026:8080/svnp2plus/Entwicklung/branches/Temp/OnlineUpdate
Tests/WebServer/Admin/SQL"
------------------------------------------------------------------------
r11752 | avo | 2005-08-03 09:47:22 +0200 (Mi, 03 Aug 2005) | 1 line
Geänderte Pfade:
A /Entwicklung/branches/Temp/OnlineUpdate
Tests/AppServer/P2Java/com/apag/p2plus/p2core/TableInfo2.java
M /Entwicklung/branches/Temp/OnlineUpdate Tests/AppServer/XML/release.xml
A /Entwicklung/branches/Temp/OnlineUpdate
Tests/WebServer/Admin/SQL/tableTab2
.aspx
0003F400025
------------------------------------------------------------------------
r11766 | avo | 2005-08-03 11:12:11 +0200 (Mi, 03 Aug 2005) | 1 line
Geänderte Pfade:
M /Entwicklung/branches/Temp/OnlineUpdate Tests/AppServer/XML/hotfix.xml
M /Entwicklung/branches/Temp/OnlineUpdate Tests/AppServer/XML/release.xml
R /Entwicklung/branches/Temp/OnlineUpdate
Tests/WebServer/Admin/SQL/tableTab2.aspx
0003F400025
------------------------------------------------------------------------
You can see, that file "tableTab2.aspx" was added in revision 11752 and
replaced in 11766. Now if we want to see the content of that file in 11752:
svn cat -r 11752
"http://kasrv026:8080/svnp2plus/Entwicklung/branches/Temp/OnlineUpdate
Tests/WebServer/Admin/SQL/tableTab2.aspx"
svn: Kann
'http://kasrv026:8080/svnp2plus/Entwicklung/branches/Temp/OnlineUpdate
%20Tests/WebServer/Admin/SQL/tableTab2.aspx' in Revision 11752 nicht im
Projektarchiv finden
It says, it cannot find the file in revision 11752 in the repository.
As I said, Tortoise can.
Using Subversion 1.2.3 client on Windows and Subversion 1.2.3 on Apache
2.0.54 on Windows with a FSFS repository (1.1 format).
Any hints are greatly appreciated.
Thanks!
Thomas
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Sep 28 11:44:29 2005