path missing in file provided for typing the log message
From: Uwe Zeisberger <zeisberg_at_informatik.uni-freiburg.de>
Date: 2004-02-19 20:05:03 CET
Using subversion (version 0.37.0 (r8509) from the debian distribution) I
After the following commands:
/tmp$ svnadmin create repo
/tmp$ svn co file:///tmp/repo wc
/tmp$ cd wc
/tmp/wc$ mkdir dir
/tmp/wc$ echo content > dir/file
/tmp/wc$ svn add dir
/tmp/wc$ svn ci -m ''
/tmp/wc$ echo "more content" >> dir/file
the file loaded in my editor, if I type 'svn ci' looks like this:
------>8-----
--This line, and those below, will be ignored--
M dir/file
It looks identical, if I check in with 'cd dir; svn ci'.
But using 'svn ci dir/file' results in:
------>8-----
--This line, and those below, will be ignored--
M file
I don't think this intentional, is it?
Regards
-- Uwe Zeisberger http://www.google.com/search?q=e+%5E+%28i+pi%29
|
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.