We deal with two repositories one at client side and one at our end.
I checked out some code from client repository and made some changes.Now I want to check in the same code in our repository. How it can be done ?
Also is there any good way to sync two repositories ?
PS: I am using Tortoise SVN.
~Ajinkya.
After some trial and error I got some workaround.
I exported the code from client repository made some changes then I exported it(Right click on folder -> TortoiseSVN -> Export) to new location.Then imported the code to our repository.It helped me for now.
Please share if anybody else have any better solution.