hi ..

2010-06-17 Thread amit kumar
hi.. I am getting always an error while installing project from google repositry .. Open SVN Repository perspective - Right click on the left side and go to new -> repository location... - URL: https://quantdesk.googlecode.com/svn/trunk - Press Finish - Open the repository, right click on QuantD

RE: VSS TO SVN Migration Info

2010-06-17 Thread nsnc_eee nsnc_eee
Thank you Mark for your immediate response.   1) Did we require to write any scripts or we can directly we can migrateusing the tool? 2) We are going to migrate JAVA code will there be any issues?   Regards, Sabarinath. --- On Thu, 17/6/10, Cooke, Mark wrote: From: Cooke, Mark Subject: RE: VS

Re: older versions of the subversion server

2010-06-17 Thread kmradke
> One good way to copy the repository would be to "svnadmin dump" on > the production server and "svnadmin load" on the test server. This > would automatically upgrade the repository to the latest most > efficient format. Don't forget this dump/load process will not copy hook scripts and locked

Re: older versions of the subversion server

2010-06-17 Thread Les Mikesell
On 6/17/2010 3:09 PM, Alin wrote: That is a very good question. Our subversion server has not been updated in a while and it is still on version 1.4.2. I was looking into updating it to take advantage of the new merge tracking features (among others). Since we are using such an old version, I w

RE: older versions of the subversion server

2010-06-17 Thread Thomas Loy
No problem. That was a good tip from Ryan on the start-commit hook. I wish I had know about it, although we did publicize to our users well in advance that they needed to upgrade and they could do it anytime before we did our server upgrade. I really only got one call from a user and he was a

Re: older versions of the subversion server

2010-06-17 Thread Alin
Ryan and Thomas, Thank you very much for your advice. -Original Message- From: Ryan Schmidt To: Thomas Loy Cc: Tomoiaga, Alin , users@subversion.apache.org Subject: Re: older versions of the subversion server Date: Thu, 17 Jun 2010 15:24:56 -0500 On Jun 17, 2010, at 15:18, Thomas Lo

Re: Recovering repository with multiple missing rev/ files

2010-06-17 Thread Eiren Smith
On Jun 15, 2010, at 12:20 PM, Eiren Smith wrote: On Jun 15, 2010, at 12:14 PM, Stefan Sperling wrote: On Tue, Jun 15, 2010 at 11:49:44AM -0400, Eiren Smith wrote: Sir: Thanks for your reply. I'll read those references you cited. P.S. Other files may also be missing from the revprops/ dir,

Re: older versions of the subversion server

2010-06-17 Thread Ryan Schmidt
On Jun 17, 2010, at 15:18, Thomas Loy wrote: > On the bright side, we had virtually no issues on our upgrade – the major > issue was trying to get all of our users to upgrade their clients. There is at least a way you can automate advising your users to upgrade to Subverison 1.5 or later if th

Re: older versions of the subversion server

2010-06-17 Thread Ryan Schmidt
On Jun 17, 2010, at 15:09, Alin wrote: >> Note that Subversion 1.4.x and earlier are unsupported by now, and when >> 1.7.0 comes out, support for 1.5.x will be dropped. Why do you need to use >> such an old version? > > That is a very good question. > > Our subversion server has not been upda

RE: older versions of the subversion server

2010-06-17 Thread Thomas Loy
We just upgraded from 1.3 to 1.6.x. Fortunately, we also got new servers for the new version, so that helped up. We upgraded by installing SVN on the new servers, exporting our repositories from the old (current production) servers, and importing to the new servers. If you have that option, i

Re: older versions of the subversion server

2010-06-17 Thread Alin
That is a very good question. Our subversion server has not been updated in a while and it is still on version 1.4.2. I was looking into updating it to take advantage of the new merge tracking features (among others). Since we are using such an old version, I wanted to replicate our production e

RE: multiple ssh connections

2010-06-17 Thread Jeremy Mordkoff
Another option is to establish a single SSH session using port mapping and then run all of your SVN traffic across that. Something like ssh -L 3690:svn_server:3690 ssh_server svn svn://localhost/ The first line says take any traffic destined for the svn port on my machine and send it to the

RE: VSS TO SVN Migration Info

2010-06-17 Thread Cooke, Mark
Please use < Reply ALL > to keep messages on list (and try not to top-post)... > From: Cooke, Mark > Subject: RE: VSS TO SVN Migration Info > To: users@subversion.apache.org > Cc: "nsnc_eee nsnc_eee" > Date: Thursday, 17 June, 2010, 7:39 PM > > Hello,

RE: VSS TO SVN Migration Info

2010-06-17 Thread Cooke, Mark
Hello, > From: nsnc_eee nsnc_eee [mailto: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 repo

VSS TO SVN Migration Info

2010-06-17 Thread nsnc_eee nsnc_eee
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

Re: Applying multiple commits done to a branch to another branch

2010-06-17 Thread Andy Levy
On Thu, Jun 17, 2010 at 05:38, emerson wrote: > Hi Guys > > Thanks for the answers. > First Andy, yes, we put more than the story code on the commits :) > We are using svn 1.4.4 ont he server, so to be able to keep track of > the ancestors logs we will probably need to upgrade. Note that the 1.4

Re: Applying multiple commits done to a branch to another branch

2010-06-17 Thread emerson
Hi Guys Thanks for the answers. First Andy, yes, we put more than the story code on the commits :) We are using svn 1.4.4 ont he server, so to be able to keep track of the ancestors logs we will probably need to upgrade. Still, I believe we need some tool to search the logs for that especific #xx

RE: svn move directory will create a new revision for every file inside this directory?

2010-06-17 Thread Ullrich.Jans
Hi, > -Original Message- > From: Leonardo Azize Martins [mailto:laz...@gmail.com] > Sent: Friday, June 11, 2010 2:16 PM > To: Bob Archer > Cc: users@subversion.apache.org > Subject: Re: svn move directory will create a new revision for every file > inside > this directory? > > Hi Bob, >