Inconsistent svn commit message generation
From: Francois Beausoleil <fbos_at_users.sourceforge.net>
Date: 2003-06-03 18:48:24 CEST
Hi !
I was working on my repository and I found something. As I was ready to
E:\wc>svn commit test\a test\b
--This line, and those below, will be ignored--
M a
So, I managed to get my paths back when I did "svn commit".
I believe this to be inconsistent as the path should always be showing
Here's a repro recipe:
E:\>svnadmin create repos
E:\>svn co file:///repos wc
E:\>cd wc
E:\wc>svn mkdir test
E:\wc>touch test\a
E:\wc>touch test\b
E:\wc>svn add test\a test\b
E:\wc>svn commit -m "bogus"
Transmitting file data ..
E:\wc>echo "b" >test\a
E:\wc>echo "a" >test\b
E:\wc>svn st
E:\wc>svn commit --> Message area contains full paths
Log message unchanged or not specified
E:\wc>svn commit test\a --> Message area contains only filename
Log message unchanged or not specified
E:\wc>svn commit test\a test\b --> Message area contains only filename
Log message unchanged or not specified
BTW, Win2K, SP2, SVN 0.23.0 (r5962).
Thanks for the great product !
-- Francois Beausoleil Developer of Java Gui Builder http://jgb.sourceforge.net/ --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org For additional commands, e-mail: dev-help@subversion.tigris.orgReceived on Tue Jun 3 18:49:18 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.