Ok, could someone explain to me /how/ to put it into the stable branch? I checked out a copy of REL-1_5_0 but when I try to commit, it complains about sticky tags and refuses it.
On Wed, Jul 21, 2004 at 04:14:45PM +0000, Aubin Paul wrote: > Update of /cvsroot/freevo/freevo/src/audio > In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22898 > > Modified Files: > audioitem.py > Log Message: > Typo. I'll put the fix into the stable branch in a second. > > > Index: audioitem.py > =================================================================== > RCS file: /cvsroot/freevo/freevo/src/audio/audioitem.py,v > retrieving revision 1.57 > retrieving revision 1.58 > diff -C2 -d -r1.57 -r1.58 > *** audioitem.py 17 Jul 2004 08:18:55 -0000 1.57 > --- audioitem.py 21 Jul 2004 16:14:42 -0000 1.58 > *************** > *** 10,13 **** > --- 10,16 ---- > # ----------------------------------------------------------------------- > # $Log$ > + # Revision 1.58 2004/07/21 16:14:42 outlyer > + # Typo. I'll put the fix into the stable branch in a second. > + # > # Revision 1.57 2004/07/17 08:18:55 dischi > # unicode fixes > *************** > *** 140,144 **** > try: > return '%0.3i-%s' % (int(self['trackno']), Unicode(self.url)) > ! except ValuError: > return '%s-%s' % (Unicode(self['trackno']), Unicode(self.url)) > return Unicode(self.url) > --- 143,147 ---- > try: > return '%0.3i-%s' % (int(self['trackno']), Unicode(self.url)) > ! except ValueError: > return '%s-%s' % (Unicode(self['trackno']), Unicode(self.url)) > return Unicode(self.url) > > > > ------------------------------------------------------- > This SF.Net email is sponsored by BEA Weblogic Workshop > FREE Java Enterprise J2EE developer tools! > Get your free copy of BEA WebLogic Workshop 8.1 today. > http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click > _______________________________________________ > Freevo-cvslog mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/freevo-cvslog ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Freevo-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/freevo-devel
