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

Re: Global Ignore Pattern - Ignored!

From: Simon Large <simon.tortoisesvn_at_googlemail.com>
Date: Tue, 13 May 2008 17:27:03 +0100

2008/5/13 Overcammed <s_schutte_at_yahoo.com>:
> Sorry - I meant Commit.
>
> Just discovered what you said - that you have to delete the files.
> Seems kind of strange to me that you'd have to do that, not really the
> behavior I would expect, especially after those files had already been
> deleted in the working copy.

If you look in the commit dialog, the files you deleted from your
working copy are listed as missing, and if you tick the checkboxes the
deletion will be commited. But they are not deleted from the
repository automatically. That would be dangerous.

The ignore list only applies to unversioned files. Once a file is
versioned, you have to be specific about what you want done with it.
No self respecting VCS is going to try to guess what you want.

Simon

>
> -Sam
>
> On May 13, 11:45 am, "Simon Large" <simon.tortoise..._at_googlemail.com>
> wrote:
> > 2008/5/13 Overcammed <s_schu..._at_yahoo.com>:
>
>
> >
> > > We are using Subversionand TortoiseSVN for all of our development, and
> > > no matter what we try to do, TSVN always checks in binaries and other
> > > files into our repository.
> >
> > What do you mean by check in? There is no such command in subversion.
> > You can import, or add or commit. Which are you talking about?
> >
> > > From the docs we have found online, we are
> > > using:
> >
> > > bin */bin obj */obj *.suo _ReSharper.* *.resharper *.resharper.user
> > > *.user
> >
> > > As our global ignore pattern in the Settings -> General tab in the
> > > TSVN config.
> >
> > > However, even with this pattern, nothing gets ignored, either from
> > > those directories or with that extension. If all the docs make it
> > > sound so easy, what is the deal?
> >
> > Are these files/dirs already in the repository? If so you have to svn
> > delete them. You cannot ignore something which is already versioned.
> >
> > Simon
> >
> > --
> > : ___
> > : oo // \\ "De Chelonian Mobile"
> > : (_,\/ \_/ \ TortoiseSVN
> > : \ \_/_\_/> The coolest Interface to (Sub)Version Control
> > : /_/ \_\http://tortoisesvn.net
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: users-unsubscr..._at_tortoisesvn.tigris.org
> > For additional commands, e-mail: users-h..._at_tortoisesvn.tigris.org
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_tortoisesvn.tigris.org
> For additional commands, e-mail: users-help_at_tortoisesvn.tigris.org
>
>

-- 
: ___
: oo // \\ "De Chelonian Mobile"
: (_,\/ \_/ \ TortoiseSVN
: \ \_/_\_/> The coolest Interface to (Sub)Version Control
: /_/ \_\ http://tortoisesvn.net
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_tortoisesvn.tigris.org
For additional commands, e-mail: users-help_at_tortoisesvn.tigris.org
Received on 2008-05-13 18:30:25 CEST

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

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