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

Re: path missing in file provided for typing the log message

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2004-02-19 21:12:39 CET

On Thu, 2004-02-19 at 13:05, Uwe Zeisberger wrote:

>
> I don't think this intentional, is it?

I'm not sure if it's intentional, but I'm not sure it's a bug.

'svn ci' causes the commit to be anchored at ".", and all committable
targets are relative to that anchor. That's why you see 'dir/file'
listed as a committable target.

'svn ci dir/file' causes the commit to be anchored at 'dir', and the
committable target is just 'file', again, relative to the anchor.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Feb 19 21:17:15 2004

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.