I have an older revision "1xx" in SVN, which I would like to run with TeamCity via custom-build. The TeamCity project was not established until the revision of 2xx, so that I can choose when you custom build only the revisions to 2xx. How do I find the revision in the 1xx custom build?
I have a svn repo with various apps as subdirectory of a single svn repo. That worked because I could have checked out a partial, repo. As I cant do that with git obviously I need multiple repos. I ...