Initial SVK repository setup


/ Published in: Bash
Save to your folder(s)



Copy this code and paste it in your HTML
  1. #!/bin/sh
  2.  
  3. source=$1;
  4. shortname=$2;
  5.  
  6. svk mirror $source //$shortname/main
  7. svk sync //$shortname/main
  8. svk cp //$shortname/main //$shortname/local -m "Creating //$shortname/local"
  9. svk co //$shortname/local ~/src/$shortname

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.