[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

svn log -rCOMMITTED bug?

From: Brad Schick <schickb_at_hotmail.com>
Date: 2004-12-10 07:45:49 CET

It looks like svn log -rCOMMITTED has a problem with copies. Is
this a know problem, or am I missing something? Here is a repro:

cd /tmp
svnadmin create testing
svn co file:///tmp/testing/ foo
cd foo
touch a.txt
svn add *txt
svn ci -m "added file"
svn copy -m "copy" file:///tmp/testing file:///tmp/testing/copy
cd ..
svn co file:///tmp/testing/copy
cd copy
svn log -rCOMMITTED a.txt

Result
------
svn: File not found: revision '1', path '/copy/a.txt'

-Brad

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Dec 10 07:50:01 2004

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.