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

svn merge: Confusing error message

From: makl <makl_at_tigris.org>
Date: 2004-02-28 14:42:30 CET

$ svn --version
svn, version 1.0.0
   compiled Feb 25 2004, 18:32:49
[snip]

$ svnadmin create repo

$ svn co file:///g:/repos/repo wc1
Checked out revision 0.

$ mkdir wc1\dir1

$ svn add wc1\dir1
A wc1\dir1

$ svn ci -m "" wc1
Adding wc1\dir1

Committed revision 1.

$ svn delete wc1\dir1
D wc1\dir1

$ svn ci -m "" wc1
Deleting wc1\dir1

Committed revision 2.

$ svn merge -r 2:1 file:///g:/repos/repo wc1
Skipped 'wc1\dir1'
Skipped missing target: 'wc1\dir1'

# What should this message tell us?
# General error?
# Current directory not up to date?
# ...

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Feb 28 14:39:52 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.