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

Re: Eclipse /bin/.svn still causes heartburn

From: ThanksButNo <no.no.thanks_at_gmail.com>
Date: Thu, 7 Jan 2010 14:43:56 -0800 (PST)

Thanks, Bob -- I believe I've resolved this, but for the record --

On Jan 7, 2:04 pm, Bob Archer <bob.arc..._at_amsi.com> wrote:
> > I have included "bin" to the TortoiseSVN->Settings:Patterns to
> > Ignore
> > list
>
> > I have included "bin/*" to same list.
>
> Keep in mind... that ignored files are only ignored if they are NOT versioned. If your bin folder or its contents are in your repository they are going to get overlays.

"bin" folder has NOT been versioned to repository. I just checked.

> > I have included "**/.svn" to the Eclipse Source Exclude list.
>
> Erm.... .svn knows that .svn is not a versioned folder already. You shouldn't need to excluded or ignore it. Are you getting .svn folders in your repository?

No .svn folders in repository. Again, I just checked.

I think it knows to ignore ".svn", but it's not ignoring the folder
which now contains additional items, so the folder itself is now
"different". I'm not sure whether or not I'm describing a bug.

> > Eclipse *still* copies the .svn folders from the src/ folder to the
> > bin/ folder.
>
> I think this is an Eclipse issue, and not a tsvn issue. You might want to ask about this in an Eclipse mail list.

Thank you, I need to locate that forum. I have a number of unrelated
issues with Eclipse as well.

But this might again be a file vs. folder issue. As I'd posted in
another response, adding "**/.svn/" to the exclusion list seems to
work. I suppose for "**/.svn" it's looking for ".svn" as a file, but
with "**/.svn/" it knows that it's a folder.

> What exactly is your global ignores set to? I'm thinking that global ignore are for files only and don't work for folder names.

I have not changed the "ignores" in the "subversion configuration
file" -- I tried that, and it had no effect, so I put it back the way
it was.

The "Global ignore pattern:" includes a long list of items, including
"*.dcu" (Pascal object), "*.class" (Java class file), "bin", "bin/*",
"*.zip" (compressed file), "*.Zip" (it's case sensitive, even tho
Windows isn't), etc. etc. etc. (I would imagine asking it to be case
insensitive on a Windows platform is a feature request.)

I'm thinking that if it's only looking at files, the "bin" and "bin/*"
are probably not having any effect at all, since those are folders.

I don't know enough about this stuff to determine whether I'm just
setting it wrong, or if a "Folder/Directory Ignore" is a feature
request.

Thanks again for your response.

------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2435629

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2010-01-08 02:17:11 CET

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.