The solution we came up with was a script that did the following:
1. Create the branch as usual 2. svn copy the svn:externals directory into the branch
This allows us to modify the looked up directory in a branch without affecting trunk, and again, vice versa. This also solves the tag problem as long as tags are created from a branch. Otherwise, the tag would have to have the svn:externals directory copied in.
I don't know if strict branch control is even an issue for Struts, but I thought I'd bring it up.
Don
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]