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

Re: questions about properties and svn:ignore

From: Jan Braun <janbraun_at_gmx.de>
Date: 2003-04-22 13:07:43 CEST

Hi,

> What I don't understand is
> [...]
> 3) As I already said, the files that I added to svn:ignore were still
> visible to svn status.
>
> When I modify a file in my working copy, I can still see the changes,
>
> faheem /tmp/rc/trunk>svn status
> M .Rhistory
>
> though I have
>
> faheem /tmp/rc/trunk>svn propget svn:ignore
> *.o
> *.so
> .RData
> .Rhistory

That's because you have the .Rhistory file under version control. The
svn:ignore property just suppresses the notice ("? filename") about
files that are not in the repository but only in your working copy.
Do a "svn remove .Rhistory" and svn will leave that file alone.

I can't see the reason for the failed commit, though. I'll try to
reproduce it tonight.

        Jan

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Apr 22 13:08:36 2003

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

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