Subversion Repositories Local Hare Voting

Rev

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

Rev 23 Rev 24
Line 1... Line 1...
1
Implementation of the Hare Voting Procedure
1
Implementation of the Hare Voting Procedure
2
 
2
 
3
- Not intended for distribution (local dependencies).
3
- Not intended for distribution (local dependencies).
4
 
4
 
5
To release a new version to http://www-cgi.cs.purdue.edu/cgi-bin/jtk/vote:
-
 
6
 
5
 
-
 
6
Release procedure (as jtk@arthur.cs.purdue.edu)
-
 
7
 
7
% cd ~/cgi-bin/votex
8
% cd ~/cgi/votex		(top level of development repository)
8
% make commit
9
% svn copy trunk tags/r1 	(assuming trunk to be released as r1)
-
 
10
 
9
% cd ~/cgi-bin/vote
11
% cd ~/cgi/vote			(top level of cgi-bin web directory)
10
% make update
12
% svn checkout tags/r1		(using r1 for release tag)
11
 
13
 
12
jtk, 9/07
14
jtk, 9/07