[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: cvs diff -r RC_FOO_BAR equivalent?

From: Edvard Majakari <edvard.majakari_at_staselog.com>
Date: 2004-09-23 15:15:19 CEST

Garrett Rooney <rooneg@electricjellyfish.net> writes:

> Note that I believe there is a bug in the 1.0.x series of releases that
> keep this from working correctly (there used to be anyway, and I don't
> think it was ever backported). It works in 1.1.x.

At least with 1.1.0 RC3 it doesn't work - I need to add --new for it to
work. Thank you all for responding, tho'

-- 
#!/usr/bin/perl -w
$h={23,69,28,'6e',2,64,3,76,7,20,13,61,8,'4d',24,73,10,'6a',12,'6b',21,68,14,
72,16,'2c',17,20,9,61,11,61,25,74,4,61,1,45,29,20,5,72,18,61,15,69,20,43,26,
69,19,20,6,64,27,61,22,72};$_=join'',map{chr hex $h->{$_}}sort{$a<=>$b}
keys%$h;m/(\w).*\s(\w+)/x;$_.=uc substr(crypt(join('',60,28,14,49),join'',
map{lc}($1,substr $2,4,1)),2,4)."\n"; print;
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Sep 23 15:15:57 2004

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.