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

Re: adding all unversioned files (except ignored ones)

From: Kevin Greiner <greinerk_at_gmail.com>
Date: 2006-02-13 19:18:22 CET

On 2/11/06, Dan Tenenbaum <dandante@gmail.com> wrote:
>
> I should probably ask here if I set that property correctly; I set the
> property by doing this:
> svn propset svn:ignore -F svnignore .
> where svnignore is a file that contains newline-separated patterns of
> files to ignore. Here, in case I have screwed up royally and this will
> help diagnose it, is the contents of that file:
>
> ignore.sh
> svnignore
> log/*
> config/*
> config/environments/*
> db/*.sh

Just tested this locally. You need to add a line for each directory you want
ignored like: log, config, db, etc. Also remember that svn:ignore isn't
recursive itself. Apply it recursively or use global ignores in each
client's config.
Received on Mon Feb 13 19:20:32 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.