I have a branch in an SVN tree which contains the source to a third party product. I need to update that branch with the latest version. If I check it out and copy the new source over the old source, I can easily add the new files and do a commit. However, I would also like make sure that any files that are the old version but not the new version get deleted.

Is there a way to tell SVN to update a repository from a directory?

link|improve this question

feedback

1 Answer

up vote 4 down vote accepted

There's a tool to do that. It's documented in the Subversion Book, more precisely in the part about vendor branches.

link|improve this answer
perfect. thanks. – Ferruccio Oct 31 '08 at 11:18
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.