On 07/18/2013 05:04 AM, stevieg wrote:
Greetings, all,
I have a problem, I need to query the Subversion repositories of two of our
software vendors in order to pick up their latest changes and am not sure of
the best way to do this. Most of the Subversion utilities seem to be based
on a "push" model. Because of firewall issues this is not possible.
What I am looking for is a "pull" solution that we can use from our
Subversion instance.
You might want to do svnsync ?
By svnsync you can replicate a remote repository in your box. The
process is very simple, barely a two step process.
--Prabhu