Subversion Repositories Local Hare Voting

Rev

Rev 64 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 64 Rev 69
Line 1... Line 1...
1
Implementation of the Hare Voting Procedure
1
Implementation of the Hare Voting Procedure
2
 
2
 
3
Alternative release procedure (as jtk@arthur.cs.purdue.edu); not currently used (10/15/07).
3
See Makefile for release procedure.
4
 
4
 
5
% cd ~/cgi/votex		(top level of development repository)
5
Note that this directory comes from the hare repository on bikmort.com, 
6
% svn copy trunk tags/r1 	(assuming trunk to be released as r1)
6
accessible via http://bikmort.com/hare.  
7
 
7
 
8
% cd ~/cgi/vote			(top level of cgi-bin web directory)
8
IMPORTANT: This directory currently contains the "multiverse" branch of
9
% svn checkout tags/r1		(using r1 for release tag)
9
the code.  It should be moved back to the trunk and made into the
-
 
10
default version.