[bug] backwards compatibility APIs in 1.2 aren't really
From: Stephen Davis <subversion_at_soundgeek.org>
Date: 2005-06-23 17:57:33 CEST
In 1.2, a bunch of the APIs adopted a peg_revision argument and the
svn_client_cat( stream, path, revision, context, pool )
[It is not possible to produce a script with the 1.2 client that will
1. create a repository
You'll get an error like:
svn: File not found: revision 1, path '/branches/broken/test.c'
What you need to pass in the compatibility wrapper is
Note that you can reproduce the behavior by doing:
svn cat -r 1 test.c@1
but in this case, that is the correct behavior since that's what you
In addition, the 1.2 svn log *command* appears to have this bug too.
svn log -r 1 test.c
svn: File not found: revision 1, path '/branches/broken/test.c'
If you do, "svn log -r 1:BASE test.c" then it works.
Per the issue tracker guidelines, I'm posting this here first but
stephen
---------------------------------------------------------------------
|
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.