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

svn-foreign

From: Martin Blais <blais_at_furius.ca>
Date: 2006-03-18 02:41:19 CET

Hello subversion users,

Here is a little tool I just put together, that you might find useful:
http://furius.ca/pubcode/pub/conf/common/bin/svn-foreign.html

This script deals with the common case where you have developed
something using Subversion and you have forgotten some unregistered
files before committing.

svn-foreign runs 'svn status' on the given Subversion-managed
directories, to find out which files are unaccounted for and for each
of these files, it asks you what to do with it:

[a] add it,
[d] delete it
[m] set an svn:ignore property on its parent directory to mask it
[i] ignore and leave it where it is

The script works interactively and is meant to allow you to quickly
deal with the forgotten files in a subversion checkout. It works with
directories as well.

Enjoy!
cheers,

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sat Mar 18 18:50:18 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.