RE: Suggestion required on best migration tool for VSS 6.0 to SVN 1.7.5 migration

2012-08-08 Thread Cooke, Mark
 From: Bhushan Jogi [mailto:bhushanjogi.2...@gmail.com] 
 Sent: 07 August 2012 16:12
 To: users@subversion.apache.org
 Subject: Suggestion required on best migration tool for VSS 
 6.0 to SVN 1.7.5 migration
 
 Hi,
  
 Could you please suggest best migration tool for VSS 6.0 to 
 SVN 1.7.5 migration - which maintains version history, labels 
 and comments.
  
 I have tried dowloading  installing VSS2SVN, 
 svnimporter.exe, vssmigrate,etc., Either the setup is 
 corrupted or some fail to intialize and I am not able to find 
 the right tool.
  
 Awaiting your response.
  
 Thanks  regards,
 Bhushan Jogi

We used vss2svn with few problems, it just took a few attempts to get it right. 
 If I remember correctly I ended up using a slightly old version as the latest 
seemed to have more problems.  The mailing list was still active and helpful.

~ mark c


Re: Suggestion required on best migration tool for VSS 6.0 to SVN 1.7.5 migration

2012-08-08 Thread vishwajeet singh
On Wed, Aug 8, 2012 at 4:32 PM, Bhushan Jogi bhushanjogi.2...@gmail.comwrote:

 Hi Everyone,

 Thanks for your updates, I tried dowloading
 http://www.polarion.com/products/svn/svn_importer_features.php and have
 installed java but the startup.jar isn't getting recognised, Please let me
 know if there is any workaround or any other tools.


Looks like you don't know how to run a jar file, you need to put some
efforts to get these tools working, there might be cases these tools might
not work out of the box but running from one tool to other is not the
solution as these tools have worked for people in past, stick with one of
tools and put some effort in get it running.


 Thanks  regards,
 Bhushan Jogi

 On Wed, Aug 8, 2012 at 7:37 AM, Cooke, Mark mark.co...@siemens.comwrote:

  From: Bhushan Jogi [mailto:bhushanjogi.2...@gmail.com]
  Sent: 07 August 2012 16:12
  To: users@subversion.apache.org
  Subject: Suggestion required on best migration tool for VSS
   6.0 to SVN 1.7.5 migration
 
  Hi,
 
  Could you please suggest best migration tool for VSS 6.0 to
  SVN 1.7.5 migration - which maintains version history, labels
  and comments.
 
  I have tried dowloading  installing VSS2SVN,
  svnimporter.exe, vssmigrate,etc., Either the setup is
  corrupted or some fail to intialize and I am not able to find
  the right tool.
 
  Awaiting your response.
 
  Thanks  regards,
  Bhushan Jogi

 We used vss2svn with few problems, it just took a few attempts to get it
 right.  If I remember correctly I ended up using a slightly old version as
 the latest seemed to have more problems.  The mailing list was still active
 and helpful.

 ~ mark c





-- 
Vishwajeet Singh
+91-9657702154 | dextrou...@gmail.com | http://bootstraptoday.com
Twitter: http://twitter.com/vishwajeets | LinkedIn:
http://www.linkedin.com/in/singhvishwajeet


Re: Suggestion required on best migration tool for VSS 6.0 to SVN 1.7.5 migration

2012-08-08 Thread Bhushan Jogi
Hi,

I am getting following error when I am trying to execute svnimporter on
cmd, It seems that the connection is not getting established, Does anyone
know the correct connection string.

conf.xml details :
provider id=org.polarion.svnimporter-2.vss.vssProvider
   !--The vss db location--
   databasev:\vss\srcafe.ini/database
   usercd1234/user
   passwordxyz/password
   !--The folder that will be exported--
   project$/CCS/project
   !-- The vss version to be used.
Use 0 for vss 6.0 and 8.0 for vss 2005 --
   vssVersion0/vssVersion
  /provider

ERROR :
Loading jawin from hardcoded path
C:\DOCUME~1\cd1234\LOCALS~1\Temp\vsscom693174
3107063295898.dll
172FATAL  - Export failed, exception occured.
org.polarion.svnimporter2.vss.internal.VSSComException: Failed to
initialize con
nection to vss database!
at
org.polarion.svnimporter2.vss.internal.VSSProvider.init(VSSProvider
.java:84)
Thanks  regards,
Bhushan Jogi
On Wed, Aug 8, 2012 at 12:12 PM, vishwajeet singh dextrou...@gmail.comwrote:



  On Wed, Aug 8, 2012 at 4:32 PM, Bhushan Jogi 
 bhushanjogi.2...@gmail.comwrote:

 Hi Everyone,

 Thanks for your updates, I tried dowloading
 http://www.polarion.com/products/svn/svn_importer_features.php and have
 installed java but the startup.jar isn't getting recognised, Please let me
 know if there is any workaround or any other tools.


 Looks like you don't know how to run a jar file, you need to put some
 efforts to get these tools working, there might be cases these tools might
 not work out of the box but running from one tool to other is not the
 solution as these tools have worked for people in past, stick with one of
 tools and put some effort in get it running.


 Thanks  regards,
 Bhushan Jogi

  On Wed, Aug 8, 2012 at 7:37 AM, Cooke, Mark mark.co...@siemens.comwrote:

  From: Bhushan Jogi [mailto:bhushanjogi.2...@gmail.com]
  Sent: 07 August 2012 16:12
  To: users@subversion.apache.org
  Subject: Suggestion required on best migration tool for VSS
   6.0 to SVN 1.7.5 migration
 
  Hi,
 
  Could you please suggest best migration tool for VSS 6.0 to
  SVN 1.7.5 migration - which maintains version history, labels
  and comments.
 
  I have tried dowloading  installing VSS2SVN,
  svnimporter.exe, vssmigrate,etc., Either the setup is
  corrupted or some fail to intialize and I am not able to find
  the right tool.
 
  Awaiting your response.
 
  Thanks  regards,
  Bhushan Jogi

 We used vss2svn with few problems, it just took a few attempts to get it
 right.  If I remember correctly I ended up using a slightly old version as
 the latest seemed to have more problems.  The mailing list was still active
 and helpful.

 ~ mark c





 --
 Vishwajeet Singh
 +91-9657702154 | dextrou...@gmail.com | http://bootstraptoday.com
 Twitter: http://twitter.com/vishwajeets | LinkedIn:
 http://www.linkedin.com/in/singhvishwajeet



Re: Suggestion required on best migration tool for VSS 6.0 to SVN 1.7.5 migration

2012-08-08 Thread Andy Levy
On Wed, Aug 8, 2012 at 11:39 AM, Bhushan Jogi
bhushanjogi.2...@gmail.com wrote:
 Hi,

 I am getting following error when I am trying to execute svnimporter on cmd,
 It seems that the connection is not getting established, Does anyone know
 the correct connection string.

 conf.xml details :
 provider id=org.polarion.svnimporter-2.vss.vssProvider
!--The vss db location--
databasev:\vss\srcafe.ini/database
usercd1234/user
passwordxyz/password
!--The folder that will be exported--
project$/CCS/project
!-- The vss version to be used.
 Use 0 for vss 6.0 and 8.0 for vss 2005 --
vssVersion0/vssVersion
   /provider

 ERROR :
 Loading jawin from hardcoded path
 C:\DOCUME~1\cd1234\LOCALS~1\Temp\vsscom693174
 3107063295898.dll
 172FATAL  - Export failed, exception occured.
 org.polarion.svnimporter2.vss.internal.VSSComException: Failed to initialize
 con
 nection to vss database!
 at
 org.polarion.svnimporter2.vss.internal.VSSProvider.init(VSSProvider
 .java:84)

You really ought to direct questions about how to use Polarion's
converters directly to Polarion. The Subversive Developers list almost
certainly isn't the appropriate place to direct such questions.

 On Wed, Aug 8, 2012 at 12:12 PM, vishwajeet singh dextrou...@gmail.com
 wrote:



 On Wed, Aug 8, 2012 at 4:32 PM, Bhushan Jogi bhushanjogi.2...@gmail.com
 wrote:

 Hi Everyone,

 Thanks for your updates, I tried dowloading
 http://www.polarion.com/products/svn/svn_importer_features.php and have
 installed java but the startup.jar isn't getting recognised, Please let me
 know if there is any workaround or any other tools.


 Looks like you don't know how to run a jar file, you need to put some
 efforts to get these tools working, there might be cases these tools might
 not work out of the box but running from one tool to other is not the
 solution as these tools have worked for people in past, stick with one of
 tools and put some effort in get it running.


 Thanks  regards,
 Bhushan Jogi

 On Wed, Aug 8, 2012 at 7:37 AM, Cooke, Mark mark.co...@siemens.com
 wrote:

  From: Bhushan Jogi [mailto:bhushanjogi.2...@gmail.com]
  Sent: 07 August 2012 16:12
  To: users@subversion.apache.org
  Subject: Suggestion required on best migration tool for VSS
  6.0 to SVN 1.7.5 migration
 
  Hi,
 
  Could you please suggest best migration tool for VSS 6.0 to
  SVN 1.7.5 migration - which maintains version history, labels
  and comments.
 
  I have tried dowloading  installing VSS2SVN,
  svnimporter.exe, vssmigrate,etc., Either the setup is
  corrupted or some fail to intialize and I am not able to find
  the right tool.
 
  Awaiting your response.
 
  Thanks  regards,
  Bhushan Jogi

 We used vss2svn with few problems, it just took a few attempts to get it
 right.  If I remember correctly I ended up using a slightly old version as
 the latest seemed to have more problems.  The mailing list was still active
 and helpful.

 ~ mark c





 --
 Vishwajeet Singh
 +91-9657702154 | dextrou...@gmail.com | http://bootstraptoday.com
 Twitter: http://twitter.com/vishwajeets | LinkedIn:
 http://www.linkedin.com/in/singhvishwajeet




Re: Suggestion required on best migration tool for VSS 6.0 to SVN 1.7.5 migration

2012-08-08 Thread Andreas Mohr
Hi,

On Wed, Aug 08, 2012 at 04:39:36PM +0100, Bhushan Jogi wrote:
 Hi,
 
 I am getting following error when I am trying to execute svnimporter on
 cmd, It seems that the connection is not getting established, Does anyone
 know the correct connection string.
 
 conf.xml details :
 provider id=org.polarion.svnimporter-2.vss.vssProvider
!--The vss db location--
databasev:\vss\srcafe.ini/database


Maybe that one...



BTW, definitely think of whether the current directory layout of your 
repository is
ok (or if the actual current repository root should be moved into a sub
directory of the new one, e.g. think of the usual svn trunk/branches/tags 
stdlayout
requirement/setup),
and check whether there's a suitable way to do such a directory hierarchy change
right *during* the migration step (i.e., without complicating your history due 
to
subsequent complicated directory moving actions).
Don't ask me why I'm mentioning this here...


BTW, congrats for tackling the switch to a more suitable/widely usable/modern
SCM!

Andreas Mohr


Suggestion required on best migration tool for VSS 6.0 to SVN 1.7.5 migration

2012-08-07 Thread Bhushan Jogi
Hi,

Could you please suggest best migration tool for VSS 6.0 to SVN
1.7.5 migration - which maintains version history, labels and comments.

I have tried dowloading  installing VSS2SVN, svnimporter.exe,
vssmigrate,etc., Either the setup is corrupted or some fail to intialize
and I am not able to find the right tool.

Awaiting your response.

Thanks  regards,
Bhushan Jogi


Re: Suggestion required on best migration tool for VSS 6.0 to SVN 1.7.5 migration

2012-08-07 Thread vishwajeet singh
On Tue, Aug 7, 2012 at 8:41 PM, Bhushan Jogi bhushanjogi.2...@gmail.comwrote:

 Hi,

 Could you please suggest best migration tool for VSS 6.0 to SVN
 1.7.5 migration - which maintains version history, labels and comments.

 I have tried dowloading  installing VSS2SVN, svnimporter.exe,
 vssmigrate,etc., Either the setup is corrupted or some fail to intialize
 and I am not able to find the right tool.


I have used vss2svn in past and it worked just fine, may be you can ask
their mailing list for this issue.

You can also try
http://www.polarion.com/products/svn/svn_importer_features.php


 Awaiting your response.

 Thanks  regards,
 Bhushan Jogi




-- 
Vishwajeet Singh
+91-9657702154 | dextrou...@gmail.com | http://bootstraptoday.com
Twitter: http://twitter.com/vishwajeets | LinkedIn:
http://www.linkedin.com/in/singhvishwajeet