I would suggest you use a different version control system. CVS and SVN are both much better and free. VSS has a bad reputation among experienced SCM people. It used to break a lot and has limitations on branching and labeling that make it a deadend. Almost every VC sysem has a vss2<whatever> utility; very few go the other way! ;-)
On 3/23/06, raja bangaru <[EMAIL PROTECTED]> wrote: > > But i'm intended to use VSS > > Will it be fine? > > On 3/23/06, Christophe DENEUX <[EMAIL PROTECTED]> wrote: > > > > > > 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: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > >
