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

Problem with switch and peg revisions

From: Mark Phippard <markphip_at_gmail.com>
Date: 2007-11-05 16:52:26 CET

In r27436 it looks like we added support for peg revisions in the
switch command. We are in the process of adding this to Subclipse and
I am running into problems. I was able to recreate using a command
line build.

We recently renamed one of our main projects in the Subclipse
repository so that is what I am using to test this. Here is my recipe
(I did not really use $R when testing):

$ export R=http://subclipse.tigris.org/svn/subclipse/trunk/subclipse/org.tigris.subversion.subclipse.core
$ svn co $R subclipse_core
...
Checked out revision 3503.

$ svn switch -r 3454 --force $R@HEAD subclipse_core
subversion/libsvn_client/switch.c:165: (apr_err=155025)
svn: Destination does not exist:
'http://subclipse.tigris.org/svn/subclipse/trunk/subclipse/org.tigris.subversion.subclipse.core'

$ svn log -r 3454 $R@HEAD

------------------------------------------------------------------------
r3454 | markphip | 2007-10-19 19:25:48 -0400 (Fri, 19 Oct 2007) | 1 line

Do not log exceptions to console when retrieving properties
------------------------------------------------------------------------

I just included svn log to show a command where peg revision support
worked properly.

I tested with r27527 and HEAD (r27593)

Perhaps the problem is DAV or that the repository is 1.3?

-- 
Thanks
Mark Phippard
http://markphip.blogspot.com/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Nov 5 16:52:41 2007

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.