diff options
author | fcolin | 2007-02-01 13:13:07 +0000 |
---|---|---|
committer | fcolin | 2007-02-01 13:13:07 +0000 |
commit | 449663bd3662b5841a5e96c059630a31f26675b6 (patch) | |
tree | 7162b834845125a097f7e3b649e2171db7c29491 /UpdateIvyWeb.bat | |
parent | e1a997530918e397c082f4d86ee2e9aedec3c2d3 (diff) | |
download | ivy-cplusplus-449663bd3662b5841a5e96c059630a31f26675b6.zip ivy-cplusplus-449663bd3662b5841a5e96c059630a31f26675b6.tar.gz ivy-cplusplus-449663bd3662b5841a5e96c059630a31f26675b6.tar.bz2 ivy-cplusplus-449663bd3662b5841a5e96c059630a31f26675b6.tar.xz |
Utilisateur : Fcolin Date : 1/08/06 Heure : 13:14 Créé Commentaire: (vss 1)
Diffstat (limited to 'UpdateIvyWeb.bat')
-rw-r--r-- | UpdateIvyWeb.bat | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/UpdateIvyWeb.bat b/UpdateIvyWeb.bat new file mode 100644 index 0000000..b7e1ca9 --- /dev/null +++ b/UpdateIvyWeb.bat @@ -0,0 +1,5 @@ +@echo On
+echo Web Update %*
+copy /b %1 "C:\Documents and Settings\fcolin\My Documents\IvyCVSWWW\WWW\download\packages"
+cd "C:\Documents and Settings\fcolin\My Documents\IvyCVSWWW\WWW\download\packages"
+"c:\Program Files (x86)\TortoiseCVS\cvs.exe" -d ":pserver:pii:/projet/ivy/cvsroot" ci -m "Automatic IDE rebuild " .
|