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

Re: Un-versioned files not showing in commit dialog

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: Wed, 22 Apr 2009 13:20:35 +0200

Werner F. Bruhin wrote:
> Stefan,
>
> Thanks for the quick reply.
>
> Stefan Küng wrote:
>> Werner F. Bruhin wrote:
>>
>>> I notice that sometimes un-versioned files don't show in the commit
>>> dialog - even so the checkbox is ticked.
>>>
>>> Have not been able to figure out a pattern but would appreciate some
>>> tips on what to look at.
>>>
>> Are those maybe ignored? Matching the global ignore pattern or an
>> svn:ignored property?
>>
> They are .py files and my global ignore pattern is:
> *.o *.lo *.la *.al .libs *.so *.so.[0-9]* *.a *.pyc *.pyo *.rej *~ #*#
> .#* .*.swp .DS_Store
>
> I don't recall having changed this and it does look o.k. to me, with the
> exception of "*~ #*# .#* .*" which I am not sure what this does.

That's the default ignore list - wasn't shown in TSVN 1.5.x, but it is
shown in TSVN 1.6.x (so you know that there is a default ignore list).

> In the properties I have only one entry "svn:mergeinfo" for the only
> merge I have done on this folder since I upgraded to 1.6.1 and Ubuntu to
> 8.10 with svn 1.5.x.
>
> :-[ :-[ , just right clicked one of the un-versioned files and yes it
> offers me the option to remove ".py" from the ignore list. Which I did,
> then I did a commit on the parent folder but I still see the problem
> that I have un-versioned files in that folder, right click on one of the
> files gives me "add" and still "remove from ignore list .py" - what else
> do I need to do to get rid of this ignore?

Check the svn:ignored property on each parent folder of your .py files.
Also, make sure you don't have auto-props set for svn:ignore...

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=1858884
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].

Received on 2009-04-22 13:20:53 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.