You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by David Aldrich <da...@eu.nec.com> on 2009/09/08 14:35:59 UTC

Caret syntax on Windows?

Hi

Is caret syntax supported by svn on Windows?

The following failed for me as you can see:

C:\MyWorkingCopy\branches\TRY_7Sept09>svn merge ^/trunk
svn: '\' is not a working copy

Best regards
David

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2392520

To unsubscribe from this discussion, e-mail: [users-unsubscribe@subversion.tigris.org].

RE: Caret syntax on Windows?

Posted by Bert Huijben <rh...@sharpsvn.net>.
On the Windows command prompt you have to double the ^ character, because
cmd.exe uses ^ as an escape character. (another option is using "^/trunk"
but I prefer the double ^.

 

This is not necessary when you start svn.exe from other programs.

 

                Bert

 

From: David Aldrich [mailto:david.aldrich@eu.nec.com] 
Sent: dinsdag 8 september 2009 16:36
To: users@subversion.tigris.org
Subject: Caret syntax on Windows?

 

Hi

 

Is caret syntax supported by svn on Windows?

 

The following failed for me as you can see:

 

C:\MyWorkingCopy\branches\TRY_7Sept09>svn merge ^/trunk

svn: '\' is not a working copy

Best regards 

David

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2392624

To unsubscribe from this discussion, e-mail: [users-unsubscribe@subversion.tigris.org].