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

Re: Help with ignoring? files

From: Andy Levy <andy.levy_at_gmail.com>
Date: Tue, 12 Aug 2008 12:04:50 -0400

On Tue, Aug 12, 2008 at 11:59, mcmillan0520 <mcmillan0520_at_gmail.com> wrote:
>
> Hi, I have a repository that looks roughly like this:
> /
> /PTE.sln
> /PTE.suo
> /Loader/
> /Loader/[...]
> /Loader/obj/[...]
> /Loader/bin/[...]
>
> What I want to do is when I commit the repos, any files in the obj and bin
> directories will not be commited. I do not want them to be ignored, i want
> them to just not be uploaded at all.
>
> Any help?

Are those items in the repository already? If so, you can't ignore
them with svn:ignore, and you'll need to explicitly un-check those
items when you commit.

Why do you not want them to be ignored, but also don't want them to be
committed? Normally if you have a file which you never want committed,
you'll ignore them via svn:ignore.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_tortoisesvn.tigris.org
For additional commands, e-mail: users-help_at_tortoisesvn.tigris.org
Received on 2008-08-12 18:04:56 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.