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

Re: checking out an old rev?

From: Paul Lussier <pll_at_lanminds.com>
Date: 2003-03-13 22:07:47 CET

In a message dated: 13 Mar 2003 12:49:19 PST
Ben Collins-Sussman said:

>pll@lanminds.com writes:
>
>> 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:
>
>Try 'svn copy -r 35 fileURL .'
>
>The file will be sucked from the repository, added to your working
>copy, and will be scheduled for addition. This is the standard way of
>"resurrecting" a deleted file.

Hmmm, am I doing something wrong, or is something very broken?

  $ svn copy -r 35 http://web/svn/web/trunk/cgi-bin/wiki.pl .
  svn: Obstructed update
  svn: `wiki.pl' is in the way
  $ rm wiki.pl
  $ svn copy -r 35 http://web/svn/web/trunk/cgi-bin/wiki.pl .
  svn: Unmergeable scheduling requested on an entry
  svn: fold_state_changes: Entry 'wiki.pl' already under revision control
  $

I do get the file I wanted, however, sould I be getting these types
or messages? I would have expected something more indicative of
success. This seems to indicate there was a problem.
  

-- 
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 22:43:03 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.