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

Re: Bug with directory containing file with the same name as the directory

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2004-10-28 15:27:22 CEST

Oskar Enoksson wrote:

>
> > svn merge file://..../foo file://.../foo .
> svn: Attempted to get checksum of a *non*-file node
>
> Doesn't work.

This should work if you cd into the foo/ directory.

  But the following works:
>
> >cd ..
> >svn merge file://..../foo file://.../foo foo
>
> Works!

So you ran this from 'above' the working copy, on the directory named 'foo'?

>
> I think this is a bug in svn.
>

It's debatable. If I want to quickly merge a change to one file that
somebody made, it's really convenient to just type

     cd working_copy
     svn merge -r103:104 http://host/repos/foo.c

...and then have the merge command automatically assume that the target
is the 'foo.c' in my working copy.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Oct 28 15:27:40 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.