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

RE: Gui - Strange behaviour

From: Gavin Lambert <colnet_at_mirality.co.nz>
Date: Wed, 18 Feb 2015 16:30:04 -0800 (PST)

On 19/02/2015 01:18, tweety wrote:> 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

You should not check out a repository into a subdirectory of the repository itself. Especially not with a generic name like "tmp", as that might be used by SVN itself.

> cd /var/svn/workspace-test/tmp
> svn propset -R svn:global-ignores -F .svnignore .

svn:global-ignores is inherently recursive -- you should not actually set it recursively.

> svn commit --non-interactive -m "" .
> rm -R svn commit --non-interactive -m "" .

I'm not sure what you were trying to do with that last command.

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

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