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

Re: Bug(?): svn status lists *.rxxx and *.mine conflict files as unknown

From: Matthijs Kooijman <m.kooijman_at_student.utwente.nl>
Date: 2005-06-13 02:07:19 CEST

> > I just noticed in a working copy with a shit load of conflicts, that svn
> > status lists the conflict files (.rxxx and .mine) as unknown ("?").
> > When trying to find out which conflicts I had still to resolve, I found all
> > those ? entries (three per conflict) quite cluttering up the output.
> > Is this intentional? Or should they be hidden from the svn status output?
> i would say hiding any name here can lead to information hiding.
> maybe i want to version a file with exactly this name. and just dont see
> it, because of the filename hider.
Good point. Yet naming a file exactly like this might not be a good idea
anyway. How does svn handle that situation?
Anyways, svn knows if the .mine file that is there is created by svn or user
created (if not, it could remove user created files on svn resolved...). So it
can only hide them if it created the files itself (which means they are sorta
under svn control?). Even more, it can show them if they were modified from
how svn put them there I think?

Matthijs

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Jun 13 02:08:13 2005

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.