Subversion per entorns restringits
Hola,
La necessitat et fa trobar coses: Entorn Paranoic.
Si no pots tenir accés Subversion per http, però tens accés SSH a un ordinador entre la gent que hi heu de treballar? Cap problema:
SERVER=Ordinador on hi pot accedir tothom i on hi estarà el repositori svn.
USERVER=El teu usuari a SERVER.
PATHSRV = Path absolut al repositori a SERVER.
LOCAL=El teu ordinador.
ULOCAL = El teu usuari a LOCAL.
PATHLCL = Path absolut al working copy a LOCAL.
- Crees un repositori a SERVER de la forma habitual:
SERVER$ svnadmin create PATHSRV
(Recorda't de crear els directoris trunk, tags i branches :-D) Check-out inicial:
svn co svn+ssh://USERVER@SERVER/PATHSRV/trunk PATHLCL- Commits:
svn ci -m 'Your comment'
Fins la pròxima!
Labels: Sharing, SSH, ssh-agent, Subversion
0 Comments:
Post a Comment
<< Home