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

Re: What does non-recursive mean?

From: Karl Fogel <kfogel_at_newton.ch.collab.net>
Date: 2002-10-25 22:23:10 CEST

Philip Martin <philip@codematters.co.uk> writes:
> I recently renamed some source files in a small repository, and
> modified the svn:ignore property to reflect the name change. I then
> committed these modifications. It turns out that the property
> modification was incorrect, so I want to undo it. In principal it's
> easy, I run merge
>
> svn merge -r34:33 . .
>
> but that undoes the renames as well. The --non-recursive flag doesn't
> help, because the file renames occurred in the same commit as the
> property change and they are direct children of the directory.
>
> We don't have a way of referring to the directory only.

Youch! Good point.

Are there traditional solutions for this? I'm aware of 'ls -d' only,
but maybe there are other ways it's been solved...

Thoughts?

-K

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Oct 25 22:53:34 2002

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.