Good Day. here is our requirement. We have a team of remote developers who use their own svn repository. They are committing all changes to /trunk. We want to grab a nightly snapshot of their repo and import it into ours. We want to create branches and tags to identify the releases and we will build and deploy on our side.
Initially, I thought to use svnsync, but not sure if that is the correct tool as the build will create new files (which won't need to be committed back to the remote repo). Also, our tags and branches will not need to go back either.
It seems like we want to do a commit from their repo to ours and then be able to manage our repo, business as usual. Bad idea? Bad implementation?