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

Re: Automatic checkin of unversioned files

From: Christophe Labouisse <gabuzo_at_tigris.org>
Date: 2004-02-01 08:29:33 CET

On Sat, 31 Jan 2004 22:51:02 -0500
"Greg M" <gmartyn@verizon.net> wrote:

> The bottom line:
> What is the easiest way to get svn to automatically commit *all*
> changes(new files, deletions) in a working copy to the repository?

I think of two different ways:

- set up a web dav URL with autoversionning turned on, it may work,

- in your daily script before doing the svn ci you do an svn status,
grep lines starting with a "?", add the files, grep lines starting with
a "!" and delete the files.

-- 
Le cinéma en Lumière : http://www.lumiere.org/
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sun Feb 1 08:29:55 2004

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.