[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: Adrian G. Klingel <Adrian.Klingel_at_exaweb.com>
Date: 2004-08-28 21:00:45 CEST

Thank you Aaron.

-----Original Message-----
From: Aaron Digulla [mailto:digulla@hepe.com]
Sent: Saturday, August 28, 2004 1:45 PM
To: users@subclipse.tigris.org
Subject: Re: Struggling with svn:ignore

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/
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subclipse.tigris.org
For additional commands, e-mail: users-help@subclipse.tigris.org
Received on Sun Aug 29 05:00:45 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.