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

Re: Merging question

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2003-06-26 16:50:27 CEST

"Francois Beausoleil" <fbos@users.sourceforge.net> writes:

> E:\harry>svn merge --dry-run file:///repos/trunk_at_12
> file:///repos/trunk_at_HEAD
> src\java\core\net\sourceforge\jgb\builder\Builder.java
>
> I expected SVN to tell me the file would be updated. So, why didn't it
> tell me so ? Here's the history of the file:

I think the problem here is that you're asking 'svn merge' to compare
two directories, but then to apply the diffs to a *file*. That makes
no sense. All three arguments need to be the same node-type.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Jun 26 18:52:30 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.