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

What does non-recursive mean?

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2002-10-25 21:58:27 CEST

Hello

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.

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Oct 25 21:59:11 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.