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

RE: Re: SVN + Clearcase

From: Reedick, Andrew <jr9445_at_ATT.COM>
Date: Wed, 13 Aug 2008 15:01:15 -0500

> -----Original Message-----
> From: Mark K [mailto:mark_at_mitsein.net]
> Sent: Wednesday, August 13, 2008 11:33 AM
> To: Pankaj Chawla
> Cc: users_at_subversion.tigris.org; Pankaj Chawla
> Subject: Re: SVN + Clearcase
>
> On Wed, 13 Aug 2008 13:13:06 +0530
> "Pankaj Chawla" <pankaj_at_cadence.com> wrote:
>
> > Hi
> >
> > We are using SVN for source code management locally but our
> > corporate source code managemnt system is clearcase. Since SVN
> > suits us well, we want to use it locally but for corporate
> > builds the source code has to reach the clearcase system. Hence
> > we are looking at a way to integrate SVN with clearcase so
> > that all code changes in local SVN system get checked
> > into clearcase system say once a day or once a week.
> >
> > Has anybody tried this and can provide pointers.
> >
> >
> > Cheers
> > Pankaj
> >
> >
---------------------------------------------------------------------
> > To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
> > For additional commands, e-mail: users-help_at_subversion.tigris.org
> >
>
> If you're using svn for your day to day development and just need to
> put it into clearcase for builds, you could just svn export into a CC
> view and commit that every few days or so. I don't know of anything
> that syncs commits between svn and CC.
 

You would also need to check for new files (ct mkelem) and for deletions
(ct rm.) You might need to turn off any Evil Twin triggers if files get
moved around a lot. Replicating merge arrows in CC from SVN would be
problematic also, especially for directory merges.

Unless you're running into performance problems (WAN, VPN, or long
labeling times,) or if CC snapshot views still suck, I would recommend
that you seriously consider moving to CC for the better and bug free
merging and merge tracking.

*****

The information transmitted is intended only for the person or entity to which it is addressed and may contain confidential, proprietary, and/or privileged material. Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon this information by persons or entities other than the intended recipient is prohibited. If you received this in error, please contact the sender and delete the material from all computers. GA623

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-08-13 22:01:54 CEST

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.