Re: [gentoo-dev] Moving packages to dev-vcs

2010-03-17 Thread Sebastian Pipping
On 03/04/10 22:38, Robin H. Johnson wrote: > This contains a critical bug... > > "cvs add" and the matching commit aren't mentioned anywhere... I've been moving Git today, properly hopefully. This is what I've been doing on the shell basically: cd gentoo-x86 # Copy package to new location cd d

Re: [gentoo-dev] Moving packages to dev-vcs

2010-03-15 Thread Robin H. Johnson
On Mon, Mar 15, 2010 at 08:50:16PM +0100, Sebastian Pipping wrote: > dev-util/cvs > dev-util/cvs2cl > dev-util/cvs2svn > dev-util/cvsd > dev-util/cvsgraph > dev-util/cvsps > dev-util/cvsq > dev-util/cvsutils > dev-util/git > dev-util/gitosis > dev-util/gitosis-gentoo For myself as the Git maintaine

Re: [gentoo-dev] Moving packages to dev-vcs

2010-03-15 Thread Sebastian Pipping
I was curious to see how far we have come so far: Still to be moved = dev-util/aegis dev-util/cola dev-util/colorsvn dev-util/cvs dev-util/cvs2cl dev-util/cvs2svn dev-util/cvsd dev-util/cvsgraph dev-util/cvsps dev-util/cvsq dev-util/cvsutils dev-util/easygit dev-util/fossil dev-ut

Re: [gentoo-dev] Moving packages to dev-vcs

2010-03-08 Thread Fabian Groffen
On 04-03-2010 22:08:06 +0100, Sebastian Pipping wrote: > 3. Remove > = > - Remove package dev-util/${PN} from CVS (as in [2]) > cd dev-util > cvs rm -Rf ${PN} > cvs ci -m "dev-util/${PN}: Remove (renamed to dev-vcs/${PN})" ${PN} >

Re: [gentoo-dev] Moving packages to dev-vcs

2010-03-06 Thread Sebastian Pipping
On 03/06/10 08:08, Petteri Räty wrote: > After the move is done could you please come up with a list of all the > things you needed to take into account and then work with me for example > to get it included in devmanual. Good idea. I opened a bug for it so we don't forget about it. https://bugs.

Re: [gentoo-dev] Moving packages to dev-vcs

2010-03-05 Thread Petteri Räty
On 03/05/2010 07:18 PM, Sebastian Pipping wrote: > On 03/05/10 18:10, Jeroen Roovers wrote: >>> 4. Notify >>> = > [..] >> >> This step should probably include correcting all open bug >> reports' Summaries to point to the new category, so that CAT/PN can be >> found using the "simple" search

Re: [gentoo-dev] Moving packages to dev-vcs

2010-03-05 Thread Sebastian Pipping
On 03/04/10 23:11, Brian Harring wrote: > Random sidenote, anyone looked at using an alternate vcs to do the > work, then proxy it back? Specifically thinking of workflow like svk > (or in this case hg cvs, > https://wiki.mozilla.org/Using_Mercurial_locally_with_CVS ). The > reason I ask is t

Re: [gentoo-dev] Moving packages to dev-vcs

2010-03-05 Thread Sebastian Pipping
On 03/05/10 18:10, Jeroen Roovers wrote: >> 4. Notify >> = [..] > > This step should probably include correcting all open bug > reports' Summaries to point to the new category, so that CAT/PN can be > found using the "simple" search interface. Good catch. Thanks for fixing those on monot

Re: [gentoo-dev] Moving packages to dev-vcs

2010-03-05 Thread Jeroen Roovers
On Thu, 04 Mar 2010 22:08:06 +0100 Sebastian Pipping wrote: > 4. Notify > = > - Report back problems with this process > > - Mail fellow maintainers of dev-util/${PN} about the move > > - If ${PN} is a big one (Subversion, Git, you know the list) > - Update documentation (now or open

Re: [gentoo-dev] Moving packages to dev-vcs

2010-03-04 Thread Petteri Räty
On 03/04/2010 11:28 PM, Markos Chandras wrote: > On Thursday 04 March 2010 23:08:06 Sebastian Pipping wrote: >> >> - Update reverse dependencies >> http://tinderbox.dev.gentoo.org/misc/dindex/dev-util/${PN} >> http://tinderbox.dev.gentoo.org/misc/rindex/dev-util/${PN} > This might require

Re: [gentoo-dev] Moving packages to dev-vcs

2010-03-04 Thread Serkan Kaba
I'm hitting a repoman failure repoman: dev-vcs is not an official category. Skipping QA checks in this directory. Please ensure that you add dev-vcs to /home/firari/Desktop/çalışma/gentoo/gentoo-x86/profiles/categories if it is a new category. - After hitting it for the first time I u

Re: [gentoo-dev] Moving packages to dev-vcs

2010-03-04 Thread Sebastian Pipping
On 03/04/10 22:38, Robin H. Johnson wrote: > This contains a critical bug... > > "cvs add" and the matching commit aren't mentioned anywhere... That's a valid complaint, yes. I left it out knowingly, maybe not for the better. Sebastian

Re: [gentoo-dev] Moving packages to dev-vcs

2010-03-04 Thread Brian Harring
On Thu, Mar 04, 2010 at 10:08:06PM +0100, Sebastian Pipping wrote: > 1. Copy > === > - Duplicate any traces of dev-util/${PN} in profiles/ to dev-vcs/${PN} > (fgrep -Rw "dev-util/${PN}" profiles/) > > - Copy complete package dev-util/${PN} to dev-vcs/${PN} > (watch out CVS directories) >

Re: [gentoo-dev] Moving packages to dev-vcs

2010-03-04 Thread Dirkjan Ochtman
On Thu, Mar 4, 2010 at 22:38, Robin H. Johnson wrote: > This contains a critical bug... > > "cvs add" and the matching commit aren't mentioned anywhere... Well, it *is* a summary. Thanks for the guide, that'll be useful. Cheers, Dirkjan

Re: [gentoo-dev] Moving packages to dev-vcs

2010-03-04 Thread Robin H. Johnson
On Thu, Mar 04, 2010 at 10:08:06PM +0100, Sebastian Pipping wrote: > So now that we have a new category "dev-vcs" we need to move suitable > stuff over there. Moving packages is complex and error prone: > This mail tries to guide you through and summarize the process, please > read on. This contai

Re: [gentoo-dev] Moving packages to dev-vcs

2010-03-04 Thread Markos Chandras
On Thursday 04 March 2010 23:08:06 Sebastian Pipping wrote: > Hello! > > > So now that we have a new category "dev-vcs" we need to move suitable > stuff over there. Moving packages is complex and error prone: > This mail tries to guide you through and summarize the process, please > read on. >

Re: [gentoo-dev] Moving packages to dev-vcs

2010-03-04 Thread Ulrich Mueller
> On Thu, 04 Mar 2010, Sebastian Pipping wrote: > 2. Switch > = > - Update reverse dependencies > http://tinderbox.dev.gentoo.org/misc/dindex/dev-util/${PN} > http://tinderbox.dev.gentoo.org/misc/rindex/dev-util/${PN} > ^^^ > fgrep -

[gentoo-dev] Moving packages to dev-vcs

2010-03-04 Thread Sebastian Pipping
Hello! So now that we have a new category "dev-vcs" we need to move suitable stuff over there. Moving packages is complex and error prone: This mail tries to guide you through and summarize the process, please read on. HINT: Please keep CVS' radius of operation small to reduce risks. 0. Prep