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 53 to Rev 54
    Reverse comparison

Rev 53 → Rev 54

/trunk/autocommit.sh
1,10 → 1,19
date=`date`
 
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.