Subversion Repositories SvarDOS

Rev

Rev 1606 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
1472 mateusz.vi 1
#!/bin/sh
2
 
1657 bttr 3
# SvarDOS subversion repositories are mirrored for extra safety. This script
1472 mateusz.vi 4
# synchronizes the mirrors.
5
# This requires specific credentials, hence at this time it can be executed
6
# only by me (Mateusz).
7
 
8
# sync the system repo to the OSDN mirror
9
svnsync sync svn+ssh://mateuszviste@svn.osdn.net/svnroot/svardos-mirror
10
 
11
# sync the packages repo to my HelixTeam hub account
1606 mateusz.vi 12
svnsync sync svn+ssh://hth@helixteamhub.cloud/mateuszviste/projects/svardos-mirror/repositories/subversion/packages
1472 mateusz.vi 13
 
14
echo "done."