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

Import Question

From: Gerald Britton <gerald.britton_at_gmail.com>
Date: Wed, 11 Apr 2012 12:12:09 -0700 (PDT)

I imported a folder with subfolders into my repository using TSVN. I noticed that it also imported directories that are in my global exclusion list (like my bin directory) even though I had "include ignored files" unchecked. I thought it would automatically skip them.

Then, I checked out my newly-imported project. I then shift-right-clicked on the bin directory and chose "Delete, keep local" and committed that change.

When the commit finished, I did an SVN update for good measure. Now, however, the bin directory shows with a ? icon and not a (-) icon as it does for other projects.

So, I'd like to know:

1. Why did the import take the bin directory and contents, even though it's on my global ignore list (below)?

*.o *.lo *.la *.al .libs *.so *.so.[0-9]* *.a *.pyc *.pyo *.rej *~ #*# .#* .*.swp .DS_Store *.suo *.log *.dll *.exe *.pdb bin obj Ref *.vbproj.user

2. Why did the icon change to ? after I deleted bin (but kept local) instead of going to (-) as I've seen with other projects?

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

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2012-04-11 21:12:13 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.