[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: Uwe Zeisberger <zeisberg_at_informatik.uni-freiburg.de>
Date: 2004-02-20 12:17:12 CET

Ben Collins-Sussman wrote:
> '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.
>
imho there are two consistent behaviours

1)
        svn ci -> dir/file
        cd dir; svn ci -> file
        svn ci dir/file -> file

2)

        svn ci -> dir/file
        cd dir; svn ci -> dir/file
        svn ci dir/file -> dir/file

but the reality is:

        svn ci -> dir/file
        cd dir; svn ci -> dir/file
        svn ci dir/file -> file

Regards
Uwe

-- 
Uwe Zeisberger
http://www.google.com/search?q=half+a+cup+in+teaspoons

  • application/pgp-signature attachment: stored
Received on Fri Feb 20 19:14:49 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.