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

REQUEST: delete externals from WC on update.

From: ycdtosa <ycdtosa_at_eupla.unizar.es>
Date: 2005-04-01 00:39:35 CEST

When a subtree (read branch here) has some externals, and the branch is
deleted from the repositioty
on svn update the subtree should be deleted from the WC and the linked
externals should be deleted too.

Actually svn update deletes all the files in the subtree but keeps empty
folders all the way to the WC of the external folder.

I feel the correct behavior is to quietly delete the external WC.
OTOH maybe just a --delete-externals flag could be added.

- Any other thoughts about this?

--- Sample case:

REPOSITORY
project/subtree1/path/to/some/folder(svn:external)
                         /path/to/someotherfolder
           /subtree2/path/to/some/folder(svn:external)
                         /path/to/someotherfolder

> svn delete svn://server/repo/project/subtree1

on WC
> svn update

results:
project/subtree1/path/to/some/folder/WC(external)
           /subtree2/path/to/some/folder/WC(external)
                         /path/to/some/otherfolder

expected:
project/subtree2/path/to/some/folder/WC(external)
                         /path/to/some/otherfolder

Other thoughts about this?

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sat Apr 2 00:49:45 2005

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.