]> err.no Git - dotfiles/commitdiff
blog-over-svn
authortfheen <tfheen@8da78d58-1cd3-0310-bee5-d77bd1b3e8bf>
Thu, 12 Feb 2004 00:41:04 +0000 (00:41 +0000)
committertfheen <tfheen@8da78d58-1cd3-0310-bee5-d77bd1b3e8bf>
Thu, 12 Feb 2004 00:41:04 +0000 (00:41 +0000)
git-svn-id: file:///svn/tfheen/trunk/dotfiles@358 8da78d58-1cd3-0310-bee5-d77bd1b3e8bf

environment

index 6951a2da4a364f3d55e3cf9e47af183f58bb650f..baef04e8adb792d1022b73dc4ec4f49e88426191 100644 (file)
@@ -30,8 +30,8 @@ blog () {
     FILE=$(date +"%Y-%m-%d-%H-%M")_$SUBJ.txt
     cd $DIR
     $EDITOR $FILE
-    cvs add $FILE
-    cvs ci -m"Initial commit" $FILE
+    svn add $FILE
+    svn ci -m"Initial commit" $FILE
 }
 
 apache2Release()