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

Re: svn:ignore woes

From: Ryan Schmidt <subversion-2006d_at_ryandesign.com>
Date: 2006-11-22 07:29:19 CET

On Nov 21, 2006, at 22:13, Shaun wrote:

> [user@host htdocs]$ svn propget svn:ignore
> [user@host htdocs]$ cat .svnignore
> .svnignore
> robots.txt
> [user@host htdocs]$ svn propset svn:ignore -F .svnignore .
> property 'svn:ignore' set on '.'
> [user@host htdocs]$ svn propget svn:ignore .
> .svnignore
> robots.txt
> [user@host htdocs]$ svn status
> M .
> M robots.txt
> [user@host htdocs]$ svn revert robots.txt
> Reverted 'robots.txt'
> [user@host htdocs]$ svn status
> M .
> [user@host htdocs]$ svn ci -m "Updating ignore props"
> Sending .
> Committed revision 303.
> [user@host htdocs]$ echo "foo" >>robots.txt
> [user@host htdocs]$ echo "arf" >>.svnignore
> [user@host htdocs]$ svn status
> M robots.txt
> [user@host htdocs]$ svn diff
> Index: robots.txt
> ===================================================================
> --- robots.txt (revision 303)
> +++ robots.txt (working copy)
> @@ -1,2 +1,3 @@
> User-agent: *
> Disallow: /
> +foo
> [user@host htdocs]$
>
> The changes to the .svnignore file are being ignored, as directed; but
> if I change robots.txt, it flags as modified.
>
> What am I missing? Is it not possible to ignore changes to files that
> are already under version control?

I think that's correct.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Nov 22 07:29:58 2006

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.