[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: mcmillan0520 <mcmillan0520_at_gmail.com>
Date: Wed, 13 Aug 2008 04:17:36 -0700 (PDT)

Andy Levy wrote:
>
> On Tue, Aug 12, 2008 at 13:42, mcmillan0520 <mcmillan0520_at_gmail.com>
> wrote:
>>
>>
>>
>> Andy Levy wrote:
>>>
>>> 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
>>>
>>>
>>>
>>
>>
>> Sorry, from what I read on the web, ignoring keeps the files uploaded,
>> but
>> doesn't show any info about them. So, once I delete these items from the
>> repository, how would I go about setting the svn:ignore rule?
>
> The same way you set any other property.
> http://tortoisesvn.net/docs/release/TortoiseSVN_en/tsvn-dug-ignore.html
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_tortoisesvn.tigris.org
> For additional commands, e-mail: users-help_at_tortoisesvn.tigris.org
>
>
>

So if I want to ignore every folder with the name obj or bin i should set
the root folder's svn:ignore prop to
*/obj
*/bin
after deleting the folders?
Should I apply the property recursively or not?

Regards

-- 
View this message in context: http://www.nabble.com/Help-with-ignoring--files-tp18947301p18961152.html
Sent from the tortoisesvn - users mailing list archive at Nabble.com.
---------------------------------------------------------------------
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-13 13:17:51 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.