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

Re: How to do a selective in-place import

From: Ryan Schmidt <subversion-2007a_at_ryandesign.com>
Date: 2007-03-07 05:07:03 CET

On Mar 6, 2007, at 07:52, Mirko Vukovic wrote:

> I would like to use the instructions given in the FAQ entry on in-
> place import, but I would like to exclude files with
> extension .pro~ and .BAK. Is that possible?

Yes... you are in control of what you add by which "svn add" commands
you issue. You'd have to "svn add" everything except the .pro~
and .BAK files. That means you'd have to avoid commands like "svn add
*" and instead issue "svn add" commands for all the items that you do
want to add.

If you have .pro~ and .BAK files scattered throughout several
directories, then you can set up a global-ignore list in your
~/.subversion/config file (on Unix; the file is elsewhere on Windows)
to ignore .pro~ and .BAK files. (In fact, filenames ending in ~
should already be in the global-ignores setting that comes with
Subversion by default.)

-- 
To reply to the mailing list, please use your mailer's Reply To All  
function
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Mar 7 05:07:31 2007

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.