Subversion Repositories SvarDOS

Rev

Rev 1606 | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

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