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

Re: adding a set of files at once

From: Angel Tsankov <fn42551_at_fmi.uni-sofia.bg>
Date: 2006-02-04 17:33:59 CET

>> Why is it not possible to add a set of files (e.g. by include or
>> exclude mask) at once. I may only add a single file or whole
>> directory.
>
> Are you using a Cygwin build in a Windows shell? It might assume
> the shell expands wildcards, and Windows CMD doesn't do that. The
> regular svn build handles wildcards fine. Or do you mean something
> different when you say "mask"?

I have Cygwin installed on my system, but I am not using a Cygwin
build of SVN. In fact, I installed this one:
http://subversion.tigris.org/files/documents/15/29065/svn-1.3.0-setup.exe

Then I created a repository via TortoiseSVN:
http://prdownloads.sourceforge.net/tortoisesvn/TortoiseSVN-1.3.1.5521-svn-1.3.0.msi?download

Then I tried to find out how to add (i.e. import) only some of the
files in a folder at once. As I could not do it, I downloaded and
installed RapidSVN:
http://rapidsvn.org/download/RapidSVN-0.9.0.exe

Unfortunately, I this did not help at all. Then I tried the command
line interface of SVN:

svn import main.cpp header.h file:///d:/svn_repos/experimental
svn: Too many arguments to import command

svn import *.h file:///d:/svn_repos/experimental --message ""
svn: Too many arguments to import command

svn import main.cpp file:///d:/svn_repos/experimental/main.c --message
""
Adding main.cpp
Committed revision 1.

And, btw, isn't there any way not to specify the name of a file in the
URL of the repository when importing it? It is almost always
redundant.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sat Feb 4 17:35:11 2006

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.