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

Re: "svn add *" and <at> sign in filename

From: 'Daniel Shahaf' <d.s_at_daniel.shahaf.name>
Date: Wed, 10 Jul 2013 03:25:23 +0300

Варфоломеев Игорь wrote on Wed, Jul 10, 2013 at 04:17:37 +0400:
> From: Daniel Shahaf [mailto:d.s_at_daniel.shahaf.name]
> >
> > Run 'svn add wc/B_at_2.txt@'.
>
> Did you mean "svn add wc\B\@2.txt@" ?

Forward and backward slashes are interchangeable when using svn on
windows.

> The latter, defiantly, would work, but I'd like to add all files and folders inside folder "B" instead.
>
> And I found that whether
> %svn% add wc\B\*

Just do: svn add wc\B

(if B is alreadyed versioned, add --force to that command)
Received on 2013-07-10 02:25:59 CEST

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.