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

Re: SVN ignore not working

From: vishwajeet singh <dextrous85_at_gmail.com>
Date: Wed, 30 May 2012 00:47:35 +0530

On Wed, May 30, 2012 at 12:32 AM, Rob Brandt <bronto_at_csd-bes.net> wrote:

> 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
>

This error has nothing to do with ignore pattern, it's simple error you
trying to commit from a directory which is not part of 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?

I think you have misunderstood the ignore, it has nothing to do with
server, it's just helps client to not add the ignored files to the commit
by default.

>
>
> Rob
>

-- 
Vishwajeet Singh
+91-9657702154 | dextrous85@gmail.com | http://bootstraptoday.com
Twitter: http://twitter.com/vishwajeets | LinkedIn:
http://www.linkedin.com/in/singhvishwajeet
Received on 2012-05-29 21:18:28 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.