Re: Adding existing repository to new subversion + tortoise

2010-01-08 Thread Mayuresh Kasture
Thanks, Ulrich, for your help. So, how do I upgrade? Do I just uninstall the old one and install new one? Actually, I am trying to find the latest installer on http://subversion.tigris.org/servlets/ProjectDocumentList?expandFolder=254folderID=91;. But, there description of each installer reads

Re: Adding existing repository to new subversion + tortoise

2010-01-08 Thread Ulrich Eckhardt
On Friday 08 January 2010, Mayuresh Kasture wrote: So, how do I upgrade? Do I just uninstall the old one and install new one? Actually, I am trying to find the latest installer on http://subversion.tigris.org/[...] description of each installer reads includes bindings for Apache sever. I am

Re: Adding existing repository to new subversion + tortoise

2010-01-08 Thread Mayuresh Kasture
Thanks again. I will give it a try and post the result. On Fri, Jan 8, 2010 at 3:45 AM, Ulrich Eckhardt eckha...@satorlaser.com wrote: On Friday 08 January 2010, Mayuresh Kasture wrote: So, how do I upgrade? Do I just uninstall the old one and install new one? Actually, I am trying to find the

Re: Adding existing repository to new subversion + tortoise

2010-01-08 Thread Mayuresh Kasture
I installed the latest subversion and everything is working great now. Thanks, Mayuresh On Fri, Jan 8, 2010 at 3:49 AM, Mayuresh Kasture mayuresh.kast...@gmail.com wrote: Thanks again. I will give it a try and post the result. On Fri, Jan 8, 2010 at 3:45 AM, Ulrich Eckhardt

RE: Didn't create trunk/branches/tags, now what?

2010-01-08 Thread Engebakken Geir
The fact that restructuring a repository generally is of no importance is something that I am unsure of, but maybe not in this simple case. If you at some time for example want to split a repository by doing a dump and later load parts of it into several repositories, you will get into problems

Re: Union of Multiple Branches

2010-01-08 Thread Johan Corveleyn
Just throwing in my 2 cents: another way to create such partial branches is by performing an svn copy with multiple sources directories (all the ones you want in your branch), all in one commit directly on the repository. That way, you don't have to delete anything afterwards (you have only

subversion-1.6.6-1.i386.rpm

2010-01-08 Thread Seow Lee Tang
Hi, I am trying to upgrade my SVN version from 1.4.2 to the latest one, which is 1.6.6. Unfortunately, I am not able to do so. I am running RHEL5 on the server. I have sqlite3.6.22 installed. The reason I am not able to install subversion-1.6.6-1.i386.rpm is because it is looking for a

Administering SVN on windows

2010-01-08 Thread Dipesh
Hi All, Currently i am working on SVN under Linux environment, but I want to access SVN on windows. So please tell me how to administer various tasks like : Backup, Restoration, Adding/ Deleting users and giving permissions to users etc on windows. Is there any tool to handle all these activities?

RE: svn: MERGE of '/svn/RepositoryName/shelvesets': 409 Conflict (ServerName)

2010-01-08 Thread Kriv, Larry (HC Product Technology)
Johan, Thanks for your response. The double-slashes seem to be an artifact of a cut-paste out of an IM session log. Looking at the actual error, there are only single slashes there. I am attempting to narrow down where in the hook there error is springing from before I send you any

Re: Subversion Histroy question

2010-01-08 Thread Johan Corveleyn
On Fri, Jan 8, 2010 at 3:50 PM, Bob Archer bob.arc...@amsi.com wrote: I think the only way SVN can come close to acceptable performance for this use case (large file, lots of revs) would be to precompute and cache that data on the server side, so it has the data ready like CVS does. If