The problem: I often have to update two or more repositories: One for the project I'm working on and one or more libraries. Is there a way to "chain" the updates, so that every time I update project X, library Y gets updated, too?
I know, this is an unusual question, because I guess things like that would be part of a build process, but as the things are now at my workplace, this is not possible (yet).
I'm using SVN 1.5 together with TortoiseSVN.