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

SVN ignore not working

From: Rob Brandt <bronto_at_csd-bes.net>
Date: Tue, 29 May 2012 12:02:17 -0700

I am having a terrible time getting ignore to work.

On my client, I am using Eclipse SVNKit 1.6.15, and on my Ubuntu server
I have 1.6.6dfsg-2ubuntu1.3.

I have 2 folders that I need to ignore, they are in my root dir and are
userdata and ztemp. I set that in Eclipse and it works as expected.
dir-prop-base is
-----------------------
K 10
svn:ignore
V 16
userdata

ztemp

END
----------------------

On the server I checked out the project and it worked. There weren't
copies of userdata and ztemp included (as expected). However when I
created local copies of these folders and tried to commit, I got the error

svn: '/home/project/public_html/userdata' is not a working copy

I checked the svn files there too and
dir-prop-base is
-----------------------
K 10
svn:ignore
V 16
userdata

ztemp

END
----------------------

Why isn't the server ignoring this folder?

Rob
Received on 2012-05-29 21:02:59 CEST

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.