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

Moinvg the source of an svn:external with a commit script

From: Luis A. Montes <luis.montes_at_qdusa.com>
Date: Thu, 16 Apr 2009 09:15:07 -0700

Hi,

I'm wondering if there is a better way to handle lost/moved sources of
an external than with a pre/post-commit script. Say folders A and B have
a svn:external property that point to file C (so is one of the 1.6 file
externals) and C gets deleted. I want to change copy the last C version
into, say, A, delete it's externals property, and change B externals so
that it points to A. And I want something simpler but similar if C is
moved instead of deleted. I think I know how to do it, but that implies
crawling through the repository and finding all the folders and listing
their svn:externals with propget and parsing the results and ..., a bit
cumbersome. Is there a better way?

Thanks,

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=1749846

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-04-16 18:17:01 CEST

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.