How do I mirror a SVN repository on CodePlex?
        Posted  
        
            by James Curran
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by James Curran
        
        
        
        Published on 2008-10-07T23:36:29Z
        Indexed on 
            2010/03/08
            16:06 UTC
        
        
        Read the original article
        Hit count: 520
        
I'm the creator (and so far, only developer) of a CodePlex project. I've writing it on my laptop, using a Subversion repository on my home network.
Submitting my changes to CodePlex via the TeamServer interface is driving me crazy, and I'd really like a simple way of syncing my svn repos with CodePlex via there new SVN interface. svnsync or synmerge seem to be the way to go, but neither's instructions seem clear to a guy who's only ever used TortoiseSVN. And they seem to also seem need local access to the destination server (which clearly for CodePlex, is impossible)
So, could someone give simple instructions how to do this?
© Stack Overflow or respective owner