Skip to content
Snippets Groups Projects
Commit 0503bb8d authored by Fredrik Hübinette (Hubbe)'s avatar Fredrik Hübinette (Hubbe)
Browse files

now tags entire tree (I hope)

Rev: bin/export.pike:1.21
parent 99b2c46f
No related branches found
No related tags found
No related merge requests found
#!/usr/local/bin/pike
/* $Id: export.pike,v 1.20 1998/05/13 23:29:09 hubbe Exp $ */
/* $Id: export.pike,v 1.21 1998/08/21 04:43:57 hubbe Exp $ */
#include <simulate.h>
......@@ -110,7 +110,7 @@ int main(int argc, string *argv)
werror("Creating tag "+tag+" in the background.\n");
cvs=Process.create_process(({"cvs","tag","-R","-F",tag}),
(["cwd":"pike/src"]));
(["cwd":"pike"]));
}else{
vpath=replace(replace(getversion()," ","-"),"-release-",".");
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment