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

checking out an old rev?

From: <pll_at_lanminds.com>
Date: 2003-03-13 21:46:47 CET

Hi,

I'm trying to co a single file from an old rev into my current wc. I
can't seem to figure out how to do this:

  svn co -N -r 35 http://web/svn/web/trunk/cgi-bin/wiki.pl
  svn: Error string not specified yet
  svn: URL does not identify a collection.

I've tried merge, but I think I'm screwing that up too:

  svn merge -r 35:48 ./wiki.pl .
  svn: RA layer request failed
  svn: REPORT request failed on /svn/centera_web/trunk/cgi-bin/wiki.pl
  svn: The REPORT request returned invalid XML in the response: Unknown XML\
       element `error (in DAV:)'. (/svn/centera_web/trunk/cgi-bin/wiki.pl)

So, how to I get a file in my wc (which is at rev 48) back to the
file I had in rev 35? :)

Thanks,

-- 
Seeya,
Paul
--
Key fingerprint = 1660 FECC 5D21 D286 F853  E808 BB07 9239 53F1 28EE
	It may look like I'm just sitting here doing nothing,
   but I'm really actively waiting for all my problems to go away.
	 If you're not having fun, you're not doing it right!
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Mar 13 21:47:43 2003

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.