svn merge: Confusing error message
From: makl <makl_at_tigris.org>
Date: 2004-02-28 14:42:30 CET
$ svn --version
$ svnadmin create repo
$ svn co file:///g:/repos/repo wc1
$ mkdir wc1\dir1
$ svn add wc1\dir1
$ svn ci -m "" wc1
Committed revision 1.
$ svn delete wc1\dir1
$ svn ci -m "" wc1
Committed revision 2.
$ svn merge -r 2:1 file:///g:/repos/repo wc1
# What should this message tell us?
---------------------------------------------------------------------
|
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.