[Digicool-CVS] CVS: CVSROOT - postcommit_actions:1.98

klm@cvs.baymountain.com klm@cvs.baymountain.com
Wed, 18 Jul 2001 20:00:14 -0400


Update of /cvs-repository/CVSROOT
In directory cvs.baymountain.com:/tmp/cvs-serv19997

Modified Files:
	postcommit_actions 
Log Message:
create_diff(): Trying the repository instead of the name for getting
the repository path to the file.



====== Updated CVSROOT/postcommit_actions to v 1.98 ======
     else:                # A "normal" update happened
         diff_cmd = ('cvs -d %s -f rdiff -kk -u -t %s/%s'
-                    % (CVSROOT, name, file))
+                    % (CVSROOT, repo, file))
         file_handle = os.popen(diff_cmd)
         lines = file_handle.readlines()[6:]
         file_handle.close()