Skip to Content.
Sympa Menu

sm-sorcery-bugs - [SM-Sorcery-Bugs] [Bug 3265] cvs export ability

sm-sorcery-bugs AT lists.ibiblio.org

Subject: Bugs for Sorcery are reported here

List archive

Chronological Thread  
  • From: bugzilla-daemon AT metalab.unc.edu
  • To: sm-sorcery-bugs AT lists.ibiblio.org
  • Subject: [SM-Sorcery-Bugs] [Bug 3265] cvs export ability
  • Date: Sun, 4 May 2003 17:46:35 -0400

http://bugs.sourcemage.org/show_bug.cgi?id=3265





------- Additional Comments From seth AT tautology.org 2003-05-04 17:46 -------
this would be great. I'm not a CVS expert, so I didn't know about export.
I'm
sure it would fix the md5 problems from the sound of it. This would be a
change
to /var/lib/sorcery/modules/url_handlers/url_cvs then around line 130-131?

< message "${MESSAGE_COLOR}Running cvs checkout...${DEFAULT_COLOR}"
< cvs $CVS_COMPRESSION -q -d$CVS_ROOT checkout -r $CVS_TAG -d $S_FILE
$CVS_MODULE
> if [ "$CVS_TAG" != 'HEAD' ] ; then
> message "${MESSAGE_COLOR}Running cvs export...${DEFAULT_COLOR}"
> cvs $CVS_COMPRESSION -q -d$CVS_ROOT export -r $CVS_TAG -d $S_FILE
> $CVS_MODULE
> else
> message "${MESSAGE_COLOR}Running cvs checkout...${DEFAULT_COLOR}"
> cvs $CVS_COMPRESSION -q -d$CVS_ROOT checkout -r $CVS_TAG -d $S_FILE
$CVS_MODULE
> fi



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.




Archive powered by MHonArc 2.6.24.

Top of Page