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

Re: author of a file

From: Michael Wood <mwood_at_its.uct.ac.za>
Date: 2003-05-19 09:41:06 CEST

On Fri, May 16, 2003 at 01:32:24PM -0500, kfogel@collab.net wrote:
> Ben Collins-Sussman <sussman@collab.net> writes:
> > > $ svn ps svn:author 'blah' --revprop -r1 file://`pwd`/repos/non-existent
> > > property `svn:author' set on repository revision '1'
> > >
> > > Shouldn't this at least warn? There is no
> > > file://`pwd`/repos/non-existent.
> >
> > This looks like an honest-to-goodness bug. Nothing happened at all,

No, something DID happen. It's just that it might not be what the
person intended, since they specified a non-existent file.

> > and yet it claims something did. Yikes. Can you file this?

I have enough identities already without creating a tigris.org one ;)
If someone else wants to file this, and maybe the "svn pretends to
delete non-existent file/dir props," they can go ahead.

By the other bug I mean:

$ svnadmin create repos
$ svn co file://`pwd`/repos wc
Checked out revision 0.
$ cd wc
$ svn propdel non-existent .
property `non-existent' deleted from ''.

[snip]
> So if it's a bug, it's a rather mild one.

The same goes for the other one.

-- 
Michael Wood <mwood@its.uct.ac.za>
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon May 19 09:42:20 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.