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

Re: Cannot copy -rBASE in WC ?

From: Barry Scott <barry_at_barrys-emacs.org>
Date: 2003-12-14 21:06:02 CET

try svn revert to take a modified file back to the base.

Barry

At 14-12-2003 19:14, Francois Beausoleil wrote:
>Hi,
>
>I was inside a WC, and tried copying a file from BASE (WC is at HEAD).
>The file in question was modified in the WC.
>
>Here's what I did, and SVN's answer:
>K:\...\account>svn copy -rbase AccountTest.java AccountTrialTest.java
>svn: A path under version control is needed for this operation
>
>Then, I copied HEAD, and all was fine:
>K:\...\account>svn copy -rhead AccountTest.java AccountTrialTest.java
>
>Is this a bug or am I misunderstanding what BASE means ?
>
>K:\...\account>svn --version
>svn, version 0.34.0 (r7859)
> compiled Dec 4 2003, 08:08:28
>
>Thanks !
>François
>Developer of Java Gui Builder
>http://jgb.sourceforge.net/
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
>For additional commands, e-mail: users-help@subversion.tigris.org

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sun Dec 14 21:06:59 2003

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.