Stefan Küng <tortoisesvn <at> gmail.com> writes:
>
> Heiko Elger wrote:
> > Hello,
> >
> > my version is 1.4.7 on Windows XP SP2 with all patches installed!
> > My problem is the following:
> >
> > Windows explorer colomn "SVN State" always reports "non-versioned" to all
*.o
> > files!
>
> non-versioned means it's not under version control and not ignored.
>
> > I reset
> > global-ignores =
> > to an empty line in file %APPDATA%/ente59/Anwendungsdaten/config
>
> But the svn config file is in %APPDATA%\Subversion\config.
I'm sorry, using "edit" in "Tortoise Settings" wil open %
APPDATA%/ente59/Anwendungsdaten/config
>
> > but still the same!
> > I set it to
> > global-ignores = *.123
> > still the same
>
> What did you expect?
I will excpect, that only *.123 will be ignored and not *.o!
> If you would set the ignore patterns to *.o, then the status would
> change to "ignored".
>
> > I set the setting "Global ignore pattern" in tortoise configuration dialog
to
> > a value "*.abc", but still the same!
> >
> > The explorer always reports the files *.o as "non-versioned"!
On my computer that's not true - *.o files are ignored - regardless of any
global-igonres settings
> >
> > But if I commit, the *.o files are said to be unversioned and I can add
these
> > files to the repo!
>
> non-versioned and unversioned is the same.
Sorry - that's true! What I want to say is the following:
The explorer SVN state for these *.o files is ignored - but really doing a
commit they are displayed as "unversioned" - that's what I want to say.
For me it seem's that only the explorer SVN state is the problem - trying to
do a real commit all seems to work fine ....
Using native command line svn command (non tortoise version: svn state) - all
states are shown correct - The tortoise problem is only in displaying the
state in the explorer SVN state!
I hope you will understand my discription.
>
> > For me it seems that these files *.o are always to be ignored for the "SVN
> > state" tab - perhaps it is a compiled in setting!
>
> They're not ignored, they're non/unversioned.
>
> Stefan
>
best regards ...
Heiko
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_tortoisesvn.tigris.org
For additional commands, e-mail: dev-help_at_tortoisesvn.tigris.org
Received on 2008-01-14 07:13:42 CET