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

Re: Import Question

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: Wed, 11 Apr 2012 21:33:46 +0200

On 11.04.2012 21:12, Gerald Britton wrote:
> 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

is the directory maybe named BIN instead of bin, or Bin, BIn, bIn, ... ?
SVN is case sensitive, even though Windows is not.

> 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?

That means it's not ignored but treated as unversioned.

Stefan

-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest Interface to (Sub)Version Control
    /_/   \_\     http://tortoisesvn.net
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2947422
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2012-04-11 21:33:58 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.