You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by ia...@jpmchase.com on 2006/03/23 16:30:01 UTC

[OT] Migrating from CVS to Subversion (was: Re: Maven directory structure)

Hi Chris,

I've got a project currently managed by CVS which I would like to migrate
to Subversion.  Is there a tutorial or HOWTO that you would recomend?


Thanks,
Ian

It's better to be hated for who you are
than loved for who you are not

Ian D. Stewart
Appl Dev Analyst-Advisory, DCS Automation
JPMorganChase Global Technology Infrastructure
Phone: (614) 244-2564
Pager: (888) 260-0078


                                                                                                                                            
                      Christophe DENEUX                                                                                                     
                      <christophe.deneux@cap        To:       Maven Users List <us...@maven.apache.org>                                     
                      gemini.com>                   cc:                                                                                     
                                                    Subject:  Re: Maven directory structure                                                 
                      03/23/2006 03:49 AM                                                                                                   
                      Please respond to                                                                                                     
                      "Maven Users List"                                                                                                    
                                                                                                                                            





Raja,

I think that the maven directory structure is better.
But, if you use CVS as SCM, you must migrate to SVN before to move your
directories, otherwise you will loose the CVS history. Use cvs2svn to
migrate from CVS to SVN, it works fine.


Christophe

raja bangaru a écrit :
> My project which is build in ant does'nt use maven standard directory
> structure
>
> src/main/java--------   java source files
> src/test/java ---------   java test files
>
> Now i want to migrate to maven
>
> Which way of directory structure is bettter?????
>
> moving my files to the above directory structure?
>                        OR
> change my POM ?
>
> Help me pls
>
>


This message contains information that may be privileged or confidential
and is the property of the Capgemini Group. It is intended only for the
person to whom it is addressed. If you are not the intended recipient,  you
are not authorized to read, print, retain, copy, disseminate,  distribute,
or use this message or any part thereof. If you receive this  message in
error, please notify the sender immediately and delete all  copies of this
message.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: [OT] Migrating from CVS to Subversion

Posted by Emmanuel Venisse <em...@venisse.net>.
http://svnbook.red-bean.com/nightly/en/svn-book.html#svn.forcvs.convert

Emmanuel

ian.d.stewart@jpmchase.com a écrit :
> Hi Chris,
> 
> I've got a project currently managed by CVS which I would like to migrate
> to Subversion.  Is there a tutorial or HOWTO that you would recomend?
> 
> 
> Thanks,
> Ian
> 
> It's better to be hated for who you are
> than loved for who you are not
> 
> Ian D. Stewart
> Appl Dev Analyst-Advisory, DCS Automation
> JPMorganChase Global Technology Infrastructure
> Phone: (614) 244-2564
> Pager: (888) 260-0078
> 
> 
>                                                                                                                                             
>                       Christophe DENEUX                                                                                                     
>                       <christophe.deneux@cap        To:       Maven Users List <us...@maven.apache.org>                                     
>                       gemini.com>                   cc:                                                                                     
>                                                     Subject:  Re: Maven directory structure                                                 
>                       03/23/2006 03:49 AM                                                                                                   
>                       Please respond to                                                                                                     
>                       "Maven Users List"                                                                                                    
>                                                                                                                                             
> 
> 
> 
> 
> 
> Raja,
> 
> I think that the maven directory structure is better.
> But, if you use CVS as SCM, you must migrate to SVN before to move your
> directories, otherwise you will loose the CVS history. Use cvs2svn to
> migrate from CVS to SVN, it works fine.
> 
> 
> Christophe
> 
> raja bangaru a écrit :
> 
>>My project which is build in ant does'nt use maven standard directory
>>structure
>>
>>src/main/java--------   java source files
>>src/test/java ---------   java test files
>>
>>Now i want to migrate to maven
>>
>>Which way of directory structure is bettter?????
>>
>>moving my files to the above directory structure?
>>                       OR
>>change my POM ?
>>
>>Help me pls
>>
>>
> 
> 
> 
> This message contains information that may be privileged or confidential
> and is the property of the Capgemini Group. It is intended only for the
> person to whom it is addressed. If you are not the intended recipient,  you
> are not authorized to read, print, retain, copy, disseminate,  distribute,
> or use this message or any part thereof. If you receive this  message in
> error, please notify the sender immediately and delete all  copies of this
> message.
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
> 
> 
> 
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: [OT] Migrating from CVS to Subversion

Posted by Thorsten Heit <th...@xtramind.com>.
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi Ian,

> I've got a project currently managed by CVS which I would like to migrate
> to Subversion.  Is there a tutorial or HOWTO that you would recomend?

http://cvs2svn.tigris.org/


HTH

Thorsten
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2.2 (MingW32)

iD8DBQFEIsAtQvObkgCcDe0RAs/EAJ9NluxA68dh4cKN6Cz/INeIJA6lpQCg8nSG
PT7q1QgLK9vfupjln1PTqYM=
=9+E0
-----END PGP SIGNATURE-----

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: [OT] Migrating from CVS to Subversion (was: Re: Maven directory structure)

Posted by Wayne Fay <wa...@gmail.com>.
We used the previously mentioned cvs2svn tool.

http://subversion.tigris.org/faq.html#cvs2svn
http://cvs2svn.tigris.org/

Wayne


On 3/23/06, ian.d.stewart@jpmchase.com <ia...@jpmchase.com> wrote:
> Hi Chris,
>
> I've got a project currently managed by CVS which I would like to migrate
> to Subversion.  Is there a tutorial or HOWTO that you would recomend?
>
>
> Thanks,
> Ian
>
> It's better to be hated for who you are
> than loved for who you are not
>
> Ian D. Stewart
> Appl Dev Analyst-Advisory, DCS Automation
> JPMorganChase Global Technology Infrastructure
> Phone: (614) 244-2564
> Pager: (888) 260-0078
>
>
>
>                      Christophe DENEUX
>                      <christophe.deneux@cap        To:       Maven Users List <us...@maven.apache.org>
>                      gemini.com>                   cc:
>                                                    Subject:  Re: Maven directory structure
>                      03/23/2006 03:49 AM
>                      Please respond to
>                      "Maven Users List"
>
>
>
>
>
>
> Raja,
>
> I think that the maven directory structure is better.
> But, if you use CVS as SCM, you must migrate to SVN before to move your
> directories, otherwise you will loose the CVS history. Use cvs2svn to
> migrate from CVS to SVN, it works fine.
>
>
> Christophe
>
> raja bangaru a écrit :
> > My project which is build in ant does'nt use maven standard directory
> > structure
> >
> > src/main/java--------   java source files
> > src/test/java ---------   java test files
> >
> > Now i want to migrate to maven
> >
> > Which way of directory structure is bettter?????
> >
> > moving my files to the above directory structure?
> >                        OR
> > change my POM ?
> >
> > Help me pls
> >
> >
>
>
> This message contains information that may be privileged or confidential
> and is the property of the Capgemini Group. It is intended only for the
> person to whom it is addressed. If you are not the intended recipient,  you
> are not authorized to read, print, retain, copy, disseminate,  distribute,
> or use this message or any part thereof. If you receive this  message in
> error, please notify the sender immediately and delete all  copies of this
> message.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
>