`svn info -rPREV` gives inconsistent results.
From: Jonathan Steinert <hachi_at_kuiki.net>
Date: Thu, 14 Feb 2008 15:01:24 -0800
I'm seeing `svn info -rPREV` sometimes follow copies, and sometimes throws an error (instead of following copy)
Why is it capable of following the first of these, but not the second?
###################################################################################
Tagging version '0.01' using shipit.
# Okay, so this tag was created by copying trunk at revision 888... I'll do that again in a new directory.
hachi_at_miyako:~/mogilefs-working$ svn mkdir ./tags/MogileFS-Client-FilePaths
hachi_at_miyako:~/mogilefs-working$ svn cp -r888 ./trunk/server-plugins/MogileFS-Plugin-FilePaths ./tags/MogileFS-Plugin-FilePaths/MogileFS-Plugin-FilePaths-0.01
###################################################################################
hachi_at_miyako:~/mogilefs-working/tags/MogileFS-Plugin-FilePaths-0.01$ svn info
hachi_at_miyako:~/mogilefs-working/tags/MogileFS-Plugin-FilePaths-0.01$ svn info -rPREV
###################################################################################
hachi_at_miyako:~/mogilefs-working/tags/MogileFS-Plugin-FilePaths/MogileFS-Plugin-FilePaths-0.01$ svn info
hachi_at_miyako:~/mogilefs-working/tags/MogileFS-Plugin-FilePaths/MogileFS-Plugin-FilePaths-0.01$ svn info -rPREV
^^^^ Why does this fail?
Thanks,
---------------------------------------------------------------------
|
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.