OpenCores
URL https://opencores.org/ocsvn/zap/zap/trunk

Subversion Repositories zap

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /zap
    from Rev 56 to Rev 55
    Reverse comparison

Rev 56 → Rev 55

/trunk/autocommit.sh
0,0 → 1,21
date=`date`
 
git status
git pull orgin master
git status
git add *
git status
git commit -am "Autosave $date"
git status
git push origin master
git status
 
svn status
svn st | grep ^! | awk '{print " --force "$2}' | xargs svn rm
svn status
svn add --force * --auto-props --parents --depth infinity
svn status
svn commit -m "Autosave $date"
svn status
 
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.