[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: <kfogel_at_collab.net>
Date: 2003-05-16 20:32:24 CEST

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,
> and yet it claims something did. Yikes. Can you file this?

I think you might be misunderstanding the bug, Ben.

This is 'log --revprop'. The issue is not that nothing happened in
that revision (maybe many things happened), but rather that he used a
non-existent URL and it still succeeded -- because the URL still
"encompassed" the right repository, even though the path within the
repository doesn't exist.

So if it's a bug, it's a rather mild one.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri May 16 21:13:04 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.