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

Re: [Subclipse-users] How to do SVN:Ignore

From: Mark Phippard <markphip_at_gmail.com>
Date: 2007-11-06 15:33:40 CET

On 11/6/07, Kiran Karnati <kirankarnati007@googlemail.com> wrote:
> I have confusion of how to use SVN:Ignore.
>
> What is the right time to execute this command ?

There is no right or wrong time. You do it when you need to. If you
are adding a new project to the repository you should do it as part of
that initial commit process. If you checkout an existing project you
do it after that.

> do I have to do it through command line tools available with SVN or through
> Subclipse ?

You can do it in either. You can typically right-click on something
like a bin folder and choose Team > Add to svn:ignore. You can also
right-click on the parent of something you want to ignore and do Team
> Show Properties. Then Add/Edit the svn:ignore property to contain
the pattern you want to ignore.

You have to commit the property change.

> does it effect for all users or only to me ?

svn:ignore is a versioned property. You have to commit it and then it
applies to all users.

-- 
Thanks
Mark Phippard
http://markphip.blogspot.com/
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subclipse.tigris.org
For additional commands, e-mail: users-help@subclipse.tigris.org
Received on Tue Nov 6 15:33:48 2007

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.