svn cat -r Bug in 1.3.1?
From: T. Wassermann <mail_at_tobias-wassermann.de>
Date: 2006-06-02 09:53:52 CEST
Hi,
i've got a little problem with the revision-option (-r // --revision)
There is a little test repository with this history:
- in revision 2 i've added two files: test1.txt and test2.txt
Now i would do this: Get the content of test2.txt in revision 2 -
svn cat -r 2 svn://..../test2.txt
So this should return the content of test2.txt-file in revision 2 - but
svn: File not found: Revision 4, path '/test2.txt'
I've told svn cat, i want to get the revision 2 content - but it will
If i use
svn cat svn://..../test2.txt_at_2
it works correct - and i get the file in correct version.
Is this a known "feature"?
Best regards
Tobias
---------------------------------------------------------------------
|
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.