Subversion Repositories SvarDOS

Compare Revisions

No changes between revisions

Ignore whitespace Rev 1471 → Rev 1472

/sync-mirrors.sh
0,0 → 1,14
#!/bin/sh
 
# SvarDOS subversion repostories are mirrored for extra safety. This script
# synchronizes the mirrors.
# This requires specific credentials, hence at this time it can be executed
# only by me (Mateusz).
 
# sync the system repo to the OSDN mirror
svnsync sync svn+ssh://mateuszviste@svn.osdn.net/svnroot/svardos-mirror
 
# sync the packages repo to my HelixTeam hub account
svnsync sync svn+ssh://hth@helixteamhub.cloud/mateuszviste/projects/svardos-packages-mirror/repositories/subversion/packages
 
echo "done."
Property changes:
Added: svn:executable
+*
\ No newline at end of property