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

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

Install SVN from YUM, change Sqlite3 library path

2012-08-08 Thread Tilsley, Jerry M.
All, I am running RHEL 6.2 and am trying to install subversion via YUM. When I do this, it picks up a version of sqlite3 that not all my users have access to. The version of sqlite3 that all users have access to is in a path that I'm afraid isn't being searched by the YUM installation. How

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--

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 :

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

Re: Install SVN from YUM, change Sqlite3 library path

2012-08-08 Thread Les Mikesell
On Wed, Aug 8, 2012 at 10:02 AM, Tilsley, Jerry M. jmtils...@st-claire.org wrote: All, I am running RHEL 6.2 and am trying to install subversion via YUM. When I do this, it picks up a version of sqlite3 that not all my users have access to. The version of sqlite3 that all users have

RE: Install SVN from YUM, change Sqlite3 library path

2012-08-08 Thread Tilsley, Jerry M.
The repository is the basic one for RHEL 6.2, I haven't added any others. The issue is that this is installed by root, so it finds one set of libraries and compiles for that. Then when my other user tries to commit I get the error that Sqlite was compiled for 3.6.20 but using 3.6.4. I need

Re: Install SVN from YUM, change Sqlite3 library path

2012-08-08 Thread Les Mikesell
On Wed, Aug 8, 2012 at 11:27 AM, Tilsley, Jerry M. jmtils...@st-claire.org wrote: The repository is the basic one for RHEL 6.2, I haven't added any others. The issue is that this is installed by root, so it finds one set of libraries and compiles for that. Then when my other user tries to

RE: Install SVN from YUM, change Sqlite3 library path

2012-08-08 Thread Tilsley, Jerry M.
-Original Message- From: Les Mikesell [mailto:lesmikes...@gmail.com] Sent: Wednesday, August 08, 2012 12:45 PM To: Tilsley, Jerry M. Cc: users@subversion.apache.org Subject: Re: Install SVN from YUM, change Sqlite3 library path On Wed, Aug 8, 2012 at 11:27 AM, Tilsley, Jerry M.

Re: Install SVN from YUM, change Sqlite3 library path

2012-08-08 Thread Les Mikesell
On Wed, Aug 8, 2012 at 11:51 AM, Tilsley, Jerry M. jmtils...@st-claire.org wrote: Sorry, I'm going by a Centos install which is usually the same but maybe there is some difference. On Centos, sqlite 3.6.20 is the current stock version and what other packages should expect. I'd look at the

[no subject]

2012-08-08 Thread Adam Jabir
Hi, I want to download using command lines the subversion package. Can you help ? Regards, Adam

Re: Install SVN from YUM, change Sqlite3 library path

2012-08-08 Thread Nico Kadel-Garcia
On Wed, Aug 8, 2012 at 12:51 PM, Tilsley, Jerry M. jmtils...@st-claire.org wrote: -Original Message- From: Les Mikesell [mailto:lesmikes...@gmail.com] Sent: Wednesday, August 08, 2012 12:45 PM To: Tilsley, Jerry M. Cc: users@subversion.apache.org Subject: Re: Install SVN from YUM,

Re:

2012-08-08 Thread Ryan Schmidt
On Aug 8, 2012, at 14:20, Adam Jabir scrap...@gmail.com wrote: I want to download using command lines the subversion package. Can you help ? http://subversion.apache.org/download/

RE: How to stop delete files/directory from SVN Repo Browser

2012-08-08 Thread Subodh Singh
Thanks Ryan, I am able to stop deletion using pre-commit hook using svnlook. One more question is that do we able to set deletion permission as user based. Some specified users can delete but not all. Thanks Subodh -Original Message- From: Ryan Schmidt