Is this possible? Right now I’m using build artifact dependencies (I save the file from another build config in a .zip and add that artifact as a dependency in the build config where I need it). But I think this way would be more efficient.
I’ve seen that this can be done using command-line svn, but if possible, I’d like to do it using Team City’s vcs root + checkout rules concepts.
It can’t be done by Team City itself; its checkout rules only handle directories. In fact, users have requested this feature and it’s still pending. I have just voted for it. If you see this and need it, please vote as well.
Guess I’ll do it from the command line. Here’s how.