Please use < Reply ALL > to keep messages on list (and try not to
top-post)...

>       From: Cooke, Mark <mark.co...@siemens.com>
>       Subject: RE: VSS TO SVN Migration Info
>       To: users@subversion.apache.org
>       Cc: "nsnc_eee nsnc_eee" <nsnc...@yahoo.co.in>
>       Date: Thursday, 17 June, 2010, 7:39 PM
>       
>       Hello,
>       
>       > From: nsnc_eee nsnc_eee [mailto:nsnc...@yahoo.co.in 
> <http://in.mc89.mail.yahoo.com/mc/compose?to=nsnc...@yahoo.co.in> ] 
>       > Sent: 17 June 2010 14:07
>       > Subject: VSS TO SVN Migration Info
>       > 
>       > Hi, 
>       > 
>       >     This is Sabrinath, i am working as a Build And Release 
>       > Engineer. I recently joined in other Company where they are 
>       > using VSS as Source Code repository and i'm new to this. In 
>       > my prev company we used SVN and i am satisfied with the SVN 
>       > and its Features. I am planing to Migrate the Source code 
>       > from VSS to SVN, i had few Q's regd this.
>       >      
>       > 1) Is this safe to use Migration Tools to 
>       > Migrate Source code from VSS to SVN with revison history?
>       >
> I have done this recently using a tool.  While there 
> may well be issues in the VSS archive that cause problems
> (mostly orphaned files), we have managed to convert all
> archives so far.
>       
>       > 2) Please give me the best migration tool 
>       > that suites VSS to SVN Migartion with revison History?
>       >
>       I recommend you check out http://code.google.com/p/vss2svn/
>       
> This one works directly against the VSS files without 
> requiring a VSS client and bunches file commits into svn
> revisions based on a time window (i.e. all updates within
> a few seconds are probably related).
>       
>       > 3) Will Subversion is configurable with 
>       > Eclipse easily?
>       >
>       Check out subclipse, here's a thread at stack overflow:
>       
>
http://stackoverflow.com/questions/61320/svn-plugins-for-eclipse-subclip
se-vs-subversive
>       
>       Good luck,
>       
>       ~ mark c
> 
> -----Original Message-----
> From: nsnc_eee nsnc_eee [mailto:nsnc...@yahoo.co.in] 
> Sent: 17 June 2010 15:26
> To: Cooke, Mark
> Subject: RE: VSS TO SVN Migration Info
> 
> Thank you Mark for your immediate response.
>  
> 1) Did we require to write any scripts or we can directly we 
> can migrateusing the tool?
>
Check out the website link I sent, there is documentation.

A short summary would be that the tool aims to generate a svn dumpfile
with complete revision history from your archive files which you then
svn import into a fresh repository.

Note: the conversion process can take hours (obviously depending on the
size of your archive).

> 2) We are going to migrate JAVA code will there be any issues?
>  
svn and the tool are fairly agnostic to the file contents so there
should be no JAVA specific issues, only corruption in the VSS
"database"...

~ mark c

Reply via email to