Tagged Questions
4
votes
3answers
612 views
How to commit subversion revision with every commit in order to refer between two repositories
Consider software spread in two separate repositories, Pub and Priv. Pub repository is public. Priv is closed. An continuous integration server builds both Pub and Priv when either side changes. It ...