Help With A Corrupt Repository

2011-01-17 Thread David Pinto
I have a corrupt repository I could use help with to fix. When running svnadmin, this is the result: [dpinto@hp-elite Desktop]$ svnadmin verify development_repository * Verified revision 0. * Verified revision 1. * Verified revision 2. * Verified revision 3. svnadmin: Revision file lacks trailing

Re: svn: OPTIONS of ...could not connect to server

2011-01-17 Thread Ben Kim
On Sun, Jan 16, 2011 at 10:20:39PM -0800, Richard England wrote: > On 01/07/2011 06:54 AM, Ben Kim wrote: > >Hi, > > > >I run CentOS 5, 2.6.18-128.el5. I'm seeing > > > >$ svn commit index.epl > >svn: Commit failed (details follow): > >svn: OPTIONS of 'https://...': could not connect to server > >

Re: Broken URLs in Subversion README files

2011-01-17 Thread Michael Diers
On 2011-01-18 00:22, Oftenwrong Soong wrote: > Not sure if this is considered a bug that needs reporting... > > Many of the README files contained within Subversion's source distribution > contain references to the old http://subversion.tigris.org/ URLs. For > example, > tools/README happily sa

Broken URLs in Subversion README files

2011-01-17 Thread Oftenwrong Soong
Hi all, Not sure if this is considered a bug that needs reporting... Many of the README files contained within Subversion's source distribution contain references to the old http://subversion.tigris.org/ URLs. For example, tools/README happily says that information about the scripts in that dir

Re: hot-backup.py question

2011-01-17 Thread Oftenwrong Soong
On Mon, January 17, 2011 1:34:24 PM, Ryan Schmidt wrote: > ".in" is not anything to do with python specifically; it means that > it is a template file, and that a process (typically a Makefile or > a configure script) will replace some placeholders in that template > with actual values in order t

Re: I can not do a svn commit

2011-01-17 Thread Ryan Schmidt
On Jan 17, 2011, at 08:31, Daniela Rivas wrote: > On Thu, Jan 13, 2011 at 4:07 PM, Johan Corveleyn wrote: >> >> On Thu, Jan 13, 2011 at 9:24 PM, Daniela Rivas wrote: >>> >>> In the working copy I have this >>> >>> usuario@prueba:~/prueba3$ svn status >>> M trunk/index.html >>> >>> I modifi

Re: hot-backup.py question

2011-01-17 Thread Ryan Schmidt
On Jan 17, 2011, at 13:34, Oftenwrong Soong wrote: > Why is the file called hot-backup.py.in and not simply hot-backup-py? Does > the > ".in" indicate that this is an include file for a larger Python script > somewhere? (I'm asking because I do not know Python.) ".in" is not anything to do wi

hot-backup.py question

2011-01-17 Thread Oftenwrong Soong
Hi all, I want to automatically backup my repository once per day. The Subversion book pointed me to svnadmin hotcopy and to the Python script hot-backup.py.in, which is found under tools/backup/ in the source tarball. Why is the file called hot-backup.py.in and not simply hot-backup-py? Does t

RE: Trival merge of big text file: Dismal performance, 540x faster if binary.

2011-01-17 Thread Andreas Krüger, DV-RATIO
Hello, Daniel and all, > In other words, merging changes from file.c@BRANCH to trunk should > detect that file@trunk and file@BRANCH@BRANCH-CREATION are the same > node-revision? I think that my intended optimization should work in this case. But I don't think that's the condition I mean. It doe

Session storage of credentials in JavaHL

2011-01-17 Thread sebb
Subclipse can use either JavaHL or SVNKit. When using Subclipse with SVNKit, users credentials are stored for the duration of the Eclipse session (assuming credentials are not permanently stored). However, Subclipse+JavaHL does not store the credentials at all - they have to be entered every time

Re: MKCOL 405 Error

2011-01-17 Thread Campbell Allan
On Monday 17 Jan 2011, schwipps wrote: > Well, if I type the command above, I get my structure : > branches/ > tags/ > trunk/ > wiki/ > > Does it mean everything's fine ?? Looks like it. It might have been whatever setup the repository in the first place also created the basic structure as well.

Re: I can not do a svn commit

2011-01-17 Thread Daniela Rivas
On Thu, Jan 13, 2011 at 4:07 PM, Johan Corveleyn wrote: > [ Putting the list back in cc. Please use reply-all to keep the list > in the loop. Also, please try not to top-post (i.e. put your reply > inline or below the thing you're replying to). More below ...] > > On Thu, Jan 13, 2011 at 9:24 PM,

Re: MKCOL 405 Error

2011-01-17 Thread schwipps
Well, if I type the command above, I get my structure : branches/ tags/ trunk/ wiki/ Does it mean everything's fine ??

Re: MKCOL 405 Error

2011-01-17 Thread Campbell Allan
On Monday 17 Jan 2011, schwipps wrote: > Hi there, > I'm trying to start a symfony project, following the subversion > method. > I've got subversion installed, I've created the repository, and when > I > try to create the basic directory structure with : > > $ svn mkdir -m "created default director

MKCOL 405 Error

2011-01-17 Thread schwipps
Hi there, I'm trying to start a symfony project, following the subversion method. I've got subversion installed, I've created the repository, and when I try to create the basic directory structure with : $ svn mkdir -m "created default directory structure" https://.blabla.googlecode.com/svn/trunk

Re: Checking out externals of a newly created folder

2011-01-17 Thread Ryan Schmidt
On Jan 17, 2011, at 02:35, BasHopman wrote: > Now I'm trying to add a new folder, add the svn:externals property and > test it by updating before committing. > This is not working. The external is not checked out. > Steps taken: > 1. working copy folder: c:\workspaces\project\ > 2. add folder: c:

Re: Subversion for debian stable and few questions

2011-01-17 Thread Michael Diers
On 2011-01-13 19:42, San Martino wrote: [...] > - why CollabNet does not (apparently) certify any binary version for debian > - it seems now CollabNet binaries derive from the same sources from > Apache without any modifications. Is this right? You may wish to ask these questions on CollabNet's co

Re: Subversion for debian stable and few questions

2011-01-17 Thread Michael Diers
On 2011-01-13 19:42, San Martino wrote: [...] > we need to install subversion in a production environment on a Linux > Debian Stable system. > The version of subversion should be as stable as possible and possibly > one of the 1.6.x series. > > Unfortunately, the version from the stable branch pro

Checking out externals of a newly created folder

2011-01-17 Thread BasHopman
Hi all, I use the svn:externals property quite extensively. Usually, I update the property and then perform an update before committing. The working copy is then updated and the new external is checked out. This allows me to test my external before committing it. So far, so good... Now I'm trying