public inbox for overseers@sourceware.org
 help / color / mirror / Atom feed
* Subversion and sources.redhat.com
@ 2005-11-01 15:03 Nick Clifton
  2005-11-01 20:20 ` Ian Lance Taylor
  0 siblings, 1 reply; 7+ messages in thread
From: Nick Clifton @ 2005-11-01 15:03 UTC (permalink / raw)
  To: overseers

Hi Guys,

   What are your feelings on switching the CVS repositories on 
sources.redhat.com over to subversion ?

   I see that GCC is switching over to it, so presumably there are good 
reasons for doing so.  At the moment however I am only just beginning to 
learn how to use this tool, so I do not really know what is capable of 
or whether it really is worth replacing CVS with it.

Cheers
   Nick

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Subversion and sources.redhat.com
  2005-11-01 15:03 Subversion and sources.redhat.com Nick Clifton
@ 2005-11-01 20:20 ` Ian Lance Taylor
  2005-11-03 15:55   ` Nick Clifton
  0 siblings, 1 reply; 7+ messages in thread
From: Ian Lance Taylor @ 2005-11-01 20:20 UTC (permalink / raw)
  To: Nick Clifton; +Cc: overseers

Nick Clifton <nickc@redhat.com> writes:

>    What are your feelings on switching the CVS repositories on
> sources.redhat.com over to subversion ?

I think it sounds good to us.  It will be simpler if we have to
support only subversion, not CVS also.

>    I see that GCC is switching over to it, so presumably there are
> good reasons for doing so.  At the moment however I am only just
> beginning to learn how to use this tool, so I do not really know what
> is capable of or whether it really is worth replacing CVS with it.

That is your decision.  It made sense for the gcc developers.

Ian

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Subversion and sources.redhat.com
  2005-11-01 20:20 ` Ian Lance Taylor
@ 2005-11-03 15:55   ` Nick Clifton
  2005-11-03 15:57     ` Ian Lance Taylor
  0 siblings, 1 reply; 7+ messages in thread
From: Nick Clifton @ 2005-11-03 15:55 UTC (permalink / raw)
  To: overseers, nickc

Hi Ian,

>>    What are your feelings on switching the CVS repositories on
>> sources.redhat.com over to subversion ?
> 
> I think it sounds good to us.  It will be simpler if we have to
> support only subversion, not CVS also.

That seems fair.  I certainly have no objections to switching over - I 
just have to learn how to use Subversion, which I think will be a useful 
skill to glean anyway.

Is there a proposed plan for changing over or a timetable ?

Cheers
   Nick


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Subversion and sources.redhat.com
  2005-11-03 15:55   ` Nick Clifton
@ 2005-11-03 15:57     ` Ian Lance Taylor
  2005-11-03 16:14       ` Daniel Jacobowitz
  0 siblings, 1 reply; 7+ messages in thread
From: Ian Lance Taylor @ 2005-11-03 15:57 UTC (permalink / raw)
  To: Nick Clifton; +Cc: overseers

Nick Clifton <nickc@redhat.com> writes:

> >>    What are your feelings on switching the CVS repositories on
> >> sources.redhat.com over to subversion ?
> > I think it sounds good to us.  It will be simpler if we have to
> > support only subversion, not CVS also.
> 
> That seems fair.  I certainly have no objections to switching over - I
> just have to learn how to use Subversion, which I think will be a
> useful skill to glean anyway.
> 
> Is there a proposed plan for changing over or a timetable ?

Not from the overseers side.  It's really entirely up to the
individual project maintainers.

It would probably be appropriate for their to be some coordination
among the projects who share the src repository (binutils, gdb,
cygwin, newlib).

Ian

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Subversion and sources.redhat.com
  2005-11-03 15:57     ` Ian Lance Taylor
@ 2005-11-03 16:14       ` Daniel Jacobowitz
  2005-11-03 16:41         ` Daniel Jacobowitz
  0 siblings, 1 reply; 7+ messages in thread
From: Daniel Jacobowitz @ 2005-11-03 16:14 UTC (permalink / raw)
  To: overseers, nickc

On Thu, Nov 03, 2005 at 07:31:58AM -0800, Ian Lance Taylor wrote:
> It would probably be appropriate for their to be some coordination
> among the projects who share the src repository (binutils, gdb,
> cygwin, newlib).

Absolutely.  I'd like everyone to change at once.  Two things to note:

  - Some of the GDB developers seem opposed.  I'm not real clear on
    why.

  - It might be nice to convert each project into its own svn
    repository, and make use of svn:externals.  I'm not sure if it's
    adequately flexible though.

The likely problem is that checking out less than the whole repository
in Subversion is much more awkward.  I don't want to have to check out
sid to build binutils.  Someone who cares about making the switch needs
to sit down and play with the options.

-- 
Daniel Jacobowitz
CodeSourcery, LLC

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Subversion and sources.redhat.com
  2005-11-03 16:14       ` Daniel Jacobowitz
@ 2005-11-03 16:41         ` Daniel Jacobowitz
  2005-11-03 20:19           ` Joseph S. Myers
  0 siblings, 1 reply; 7+ messages in thread
From: Daniel Jacobowitz @ 2005-11-03 16:41 UTC (permalink / raw)
  To: overseers, nickc

On Thu, Nov 03, 2005 at 10:54:55AM -0500, Daniel Jacobowitz wrote:
> On Thu, Nov 03, 2005 at 07:31:58AM -0800, Ian Lance Taylor wrote:
> > It would probably be appropriate for their to be some coordination
> > among the projects who share the src repository (binutils, gdb,
> > cygwin, newlib).
> 
> Absolutely.  I'd like everyone to change at once.  Two things to note:
> 
>   - Some of the GDB developers seem opposed.  I'm not real clear on
>     why.
> 
>   - It might be nice to convert each project into its own svn
>     repository, and make use of svn:externals.  I'm not sure if it's
>     adequately flexible though.
> 
> The likely problem is that checking out less than the whole repository
> in Subversion is much more awkward.  I don't want to have to check out
> sid to build binutils.  Someone who cares about making the switch needs
> to sit down and play with the options.

No, svn:externals won't be a good fix for this problem; one is still
needed.

-- 
Daniel Jacobowitz
CodeSourcery, LLC

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Subversion and sources.redhat.com
  2005-11-03 16:41         ` Daniel Jacobowitz
@ 2005-11-03 20:19           ` Joseph S. Myers
  0 siblings, 0 replies; 7+ messages in thread
From: Joseph S. Myers @ 2005-11-03 20:19 UTC (permalink / raw)
  To: Daniel Jacobowitz; +Cc: overseers, nickc

On Thu, 3 Nov 2005, Daniel Jacobowitz wrote:

> No, svn:externals won't be a good fix for this problem; one is still
> needed.

Implementing relative externals 
<http://subversion.tigris.org/issues/show_bug.cgi?id=1336> would probably 
be necessary for svn:externals to be usable for this.  1167, 937 and 1258 
might be needed as well.

-- 
Joseph S. Myers               http://www.srcf.ucam.org/~jsm28/gcc/
    jsm@polyomino.org.uk (personal mail)
    joseph@codesourcery.com (CodeSourcery mail)
    jsm28@gcc.gnu.org (Bugzilla assignments and CCs)

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2005-11-03 16:14 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-11-01 15:03 Subversion and sources.redhat.com Nick Clifton
2005-11-01 20:20 ` Ian Lance Taylor
2005-11-03 15:55   ` Nick Clifton
2005-11-03 15:57     ` Ian Lance Taylor
2005-11-03 16:14       ` Daniel Jacobowitz
2005-11-03 16:41         ` Daniel Jacobowitz
2005-11-03 20:19           ` Joseph S. Myers

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).