Re: cvs tag renaming after repo copy

2008-02-28 Thread Dag-Erling Smørgrav
John E Hein <[EMAIL PROTECTED]> writes: > - if ($tag !~ m/\./ && # skip vendor tags > + if ($tag !~ m/\./ # skip vendor tags > && ([EMAIL PROTECTED] || !grep({ $_ eq $tag } @exclude)) > && ([EMAIL PROTECTED] || grep({ $_ eq $tag } @include

Re: cvs tag renaming after repo copy

2008-02-28 Thread Skip Ford
Simon L. Nielsen wrote: > For other intersted parties I got OK from John Polstra to put his > script online with std. BSD license so it can now be found at > http://people.freebsd.org/~simon/scripts/Fixtags . > > In case anyone is interested I put the script I use for repo-copies at > FreeBSD.org

Re: cvs tag renaming after repo copy

2008-02-28 Thread Simon L. Nielsen
On 2008.02.28 14:58:53 +0100, Dag-Erling Smørgrav wrote: > "Simon L. Nielsen" <[EMAIL PROTECTED]> writes: > > John Polstra has made a script (Fixtags) for it which we use for the > > FreeBSD repository. I don't think he has any problems with it being > > distributed, but as it doesn't have a copyr

Re: cvs tag renaming after repo copy

2008-02-28 Thread John E Hein
John E Hein wrote at 13:20 -0700 on Feb 28, 2008: > Thanks. I did something similar (not using cvs ops, but rather > directly munging the ,v file) with awk, but I had issues with binary > files. Regarding binary files, I tried my awk again, but this time with gawk, and it had no problems. I w

Re: cvs tag renaming after repo copy

2008-02-28 Thread John E Hein
Dag-Erling Smørgrav wrote at 20:36 +0100 on Feb 28, 2008: > http://people.freebsd.org/~des/software/fixtags > > Unfortunately, Apache is set up in such a manner that I can't set the > correct mime type (if I name it fixtags.pl, it thinks it's a CGI script > and gives you a 403...) Thanks. I

Re: cvs tag renaming after repo copy

2008-02-28 Thread Dag-Erling Smørgrav
John E Hein <[EMAIL PROTECTED]> writes: > Dag-Erling Smørgrav wrote at 14:58 +0100 on Feb 28, 2008: > > "Simon L. Nielsen" <[EMAIL PROTECTED]> writes: > > > John Polstra has made a script (Fixtags) for it which we use for the > > > FreeBSD repository. I don't think he has any problems with it

Re: cvs tag renaming after repo copy

2008-02-28 Thread John E Hein
Dag-Erling Smørgrav wrote at 14:58 +0100 on Feb 28, 2008: > "Simon L. Nielsen" <[EMAIL PROTECTED]> writes: > > John Polstra has made a script (Fixtags) for it which we use for the > > FreeBSD repository. I don't think he has any problems with it being > > distributed, but as it doesn't have a

Re: cvs tag renaming after repo copy

2008-02-28 Thread Dag-Erling Smørgrav
"Simon L. Nielsen" <[EMAIL PROTECTED]> writes: > John Polstra has made a script (Fixtags) for it which we use for the > FreeBSD repository. I don't think he has any problems with it being > distributed, but as it doesn't have a copyright statement i just want > to ask before I distribute it... Uh

Re: cvs tag renaming after repo copy

2008-02-27 Thread Simon L. Nielsen
On 2008.02.27 08:36:30 -0700, John Hein wrote: > Can someone point me at a script that does tag renaming > after a repo copy? John Polstra has made a script (Fixtags) for it which we use for the FreeBSD repository. I don't think he has any problems with it being distributed, but as it doesn't hav

Re: cvs tag renaming after repo copy

2008-02-27 Thread Amol Dharmadhikar i अमोल धर ्माध ीकारी
On Wed, Feb 27, 2008 at 11:21 AM, John Hein <[EMAIL PROTECTED]> wrote: > Giorgos Keramidas wrote at 21:04 +0200 on Feb 27, 2008: > > > On 2008-02-27 08:36, John Hein <[EMAIL PROTECTED]> wrote: > > > Can someone point me at a script that does tag renaming > > > after a repo copy? > > > > Yo

Re: cvs tag renaming after repo copy

2008-02-27 Thread John Hein
Amol Dharmadhikar i ?? ? wrote at 11:47 -0800 on Feb 27, 2008: > On Wed, Feb 27, 2008 at 11:21 AM, John Hein <[EMAIL PROTECTED]> wrote: > > I don't want to move the tag... I want to invalidate old tags by > > renaming them to something else (like foo-1-2-3 -> old_foo-1-2-3). > >

Re: cvs tag renaming after repo copy

2008-02-27 Thread Giorgos Keramidas
On 2008-02-27 12:21, John Hein <[EMAIL PROTECTED]> wrote: >Giorgos Keramidas wrote at 21:04 +0200 on Feb 27, 2008: >> On 2008-02-27 08:36, John Hein <[EMAIL PROTECTED]> wrote: >> > Can someone point me at a script that does tag renaming >> > after a repo copy? >> >> You don't really need a `script

Re: cvs tag renaming after repo copy

2008-02-27 Thread John Hein
Giorgos Keramidas wrote at 21:04 +0200 on Feb 27, 2008: > On 2008-02-27 08:36, John Hein <[EMAIL PROTECTED]> wrote: > > Can someone point me at a script that does tag renaming > > after a repo copy? > > You don't really need a `script' to do this. > > Tags in CVS are not versioned, so you

Re: cvs tag renaming after repo copy

2008-02-27 Thread Giorgos Keramidas
On 2008-02-27 08:36, John Hein <[EMAIL PROTECTED]> wrote: > Can someone point me at a script that does tag renaming > after a repo copy? You don't really need a `script' to do this. Tags in CVS are not versioned, so you can force-tag the repo-copied files and move the tag to its new place. For e

cvs tag renaming after repo copy

2008-02-27 Thread John Hein
Can someone point me at a script that does tag renaming after a repo copy? ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "[EMAIL PROTECTED]"