You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Martin Blais <bl...@furius.ca> on 2006/03/18 01:41:19 UTC

svn-foreign

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