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

Re: Automatically adding new files in a folder (Re: versioning MacOS X bundle)

From: Scott Palmer <scott.palmer_at_2connected.org>
Date: 2005-06-10 23:58:59 CEST

On Jun 10, 2005, at 4:18 PM, Max Bowsher wrote:

> Eric Gorr wrote:
>
>> Perhaps then it should be either an explicit command (svn
>> addunversioned) or a flag on svn add.
>
> A new command, because it should be a combination of delete and add.

Why not a flag or two to the existing 'svn add' and 'svn delete'?

E.g.
svn add --unversioned
svn delete --missing

>> and take --exclude patterns (see rsync for a good
>> implementation of exclude patterns) so the user can avoid having
>> files
>> versioned that still should not be.
>
> Hmm. Really needed?

It would help

> Doesn't svn:ignore fulfil this purpose already?

Not really. Since svn:ignore is a property set on the versioned
folder it could easily not include things that shouldn't be versioned
but aren't cumbersome enough that any specific user cared that they
showed up in the status command. Also there is no control of what
files someone might put in their WC, so the global (all users) nature
of svn:ignore can't possibly know enough for the specific WC that the
command is executed on. E.g. users might have little scripts that
are specific to their WC.

Scott

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sat Jun 11 00:00:00 2005

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.