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

Re: Struggling with svn:ignore

From: Aaron Digulla <digulla_at_hepe.com>
Date: 2004-08-28 20:44:43 CEST

Adrian G. Klingel wrote:

> I want to only prevent the image files (*.jpg) from a particular
> directory from being added to subversion.

Use the command line client directly.

1. Add all files
2. Go into the directory and issue "svn rm". This will delete and un-add
the files again. (make a copy first, if you still need the files).
3. use "svn pe svn:ignore ." in the directory to edit the ignore property. Add
"*.jpg" to the propery (in a line of its own)
4. Commit (either command line or Subclipse)

-- 
Aaron "Optimizer" Digulla a.k.a. Philmann Dark
"It's not the universe that's limited, it's our imagination.
Follow me and I'll show you something beyond the limits."
http://www.philmann-dark.de/
Received on Sun Aug 29 04:44:43 2004

This is an archived mail posted to the Subclipse Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.