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

Gui - Strange behaviour

From: tweety <tweetysat2001_at_yahoo.com>
Date: Wed, 18 Feb 2015 04:18:04 -0800 (PST)

Hello,

I'm using svn server 1.8 under ubuntu and latest tortoisesvn under windows 8.

Under Ubuntu, I create a new repository

svnadmin create /var/svn/workspace-test
svn checkout file:///var/svn/workspace-test /var/svn/workspace-test/tmp
cd /var/svn/workspace-test/tmp
svn propset -R svn:global-ignores -F .svnignore .
svn commit --non-interactive -m "" .
rm -R svn commit --non-interactive -m "" .

The .svnignore

*.o
*.lo
*.la
*.al
.libs
*.so
*.so.[0-9]*
*.a
*.pyc
*.pyo
*.rej
*~
#*#
.#*
.*.swp
.DS_Store
*.classpath
*.project
.settings
target
.metadata
RemoteSystemsTempFiles
bin
.buildpath

Under windows, with tortoisesvn gui, checkout.
The gui is configured without any ignore.

Then I create that structure

workspace-test
|- test1
   |- target
|- test2
   |- toto
   |- target
|- test3
   |- src
   |- target

Doing a commit (still with gui) gives me that changes list

test1
test2
test2/toto
test3
test3/src
test3/target

So it seems target folder is not ignored if there is a src folder !

Doing the comming with dos command line

svn add --force *
svn commit -m "..."

is working fine !

What's the problem ?

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

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2015-02-18 13:18:52 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.