The Artima Developer Community
Sponsored Link

Python Buzz Forum
svnsync: mirror your svn repository

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Bob Ippolito

Posts: 255
Nickname: etrepum
Registered: Nov, 2003

Bob Ippolito uses MacPython too much
svnsync: mirror your svn repository Posted: Oct 17, 2006 4:43 AM
Reply to this message Reply

This post originated from an RSS feed registered with Python Buzz by Bob Ippolito.
Original Post: svnsync: mirror your svn repository
Feed Title: Bob's Rants
Feed URL: http://www.pycs.net/bob/weblog/rss.xml
Feed Description: from __future__ import *
Latest Python Buzz Posts
Latest Python Buzz Posts by Bob Ippolito
Latest Posts From Bob's Rants

Advertisement
Since the svnsync tool in Subversion 1.4 still lacks documentation, here's a quick example to get you started with it: $ svnadmin create svn.mochikit.com $ echo '#!/bin/sh' > svn.mochikit.com/hooks/pre-revprop-change $ chmod +x svn.mochikit.com/hooks/pre-revprop-change $ svnsync init file://$PWD/svn.mochikit.com http://svn.mochikit.com/ $ svnsync sync file://$PWD/svn.mochikit.com The example performs the following tasks: Creates a new local repository named svn.mochikit.com Adds a trivial pre-revprop-change hook to the repository [...]

Read: svnsync: mirror your svn repository

Topic: Pythonic blog is not dynamically typed ?! Previous Topic   Next Topic Topic: A New Chapter

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use