svn ci after a git push on github
Posted
by Macarse
on Stack Overflow
See other posts from Stack Overflow
or by Macarse
Published on 2010-04-23T12:39:26Z
Indexed on
2010/04/23
12:43 UTC
Read the original article
Hit count: 238
I have a project on github
but I need to maintain a svn repo updated with every push.
I have checked this question but I want to do it automatically.
Is there a way to tell github to do a svn ci
when a push occurs?
© Stack Overflow or respective owner