You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@gump.apache.org by aj...@apache.org on 2003/10/13 23:19:03 UTC

cvs commit: jakarta-gump/python/gump model.py

ajack       2003/10/13 14:19:03

  Modified:    python/gump model.py
  Log:
  Add port # to the .cvspass format...
  
  Revision  Changes    Path
  1.23      +4 -4      jakarta-gump/python/gump/model.py
  
  Index: model.py
  ===================================================================
  RCS file: /home/cvs/jakarta-gump/python/gump/model.py,v
  retrieving revision 1.22
  retrieving revision 1.23
  diff -u -r1.22 -r1.23
  --- model.py	13 Oct 2003 18:51:20 -0000	1.22
  +++ model.py	13 Oct 2003 21:19:03 -0000	1.23
  @@ -175,7 +175,7 @@
       if repository.root.hostname:
         root+='@'
         if self.cvs['host-prefix']: root+=self.cvs['host-prefix']+'.'
  -      root+=str(repository.root.hostname) + ':'
  +      root+=str(repository.root.hostname) + ':2401'
       root+=str(repository.root.path)
       if self.cvs.dir: root+='/'+str(self.cvs.dir)