Re: Subversion Blues - please help

2010-09-28 Thread Nico Kadel-Garcia
On Tue, Sep 28, 2010 at 12:08 PM, Daniel Shahaf wrote: > Stefan Sperling wrote on Tue, Sep 28, 2010 at 17:55:37 +0200: >> On Tue, Sep 28, 2010 at 10:08:53AM -0500, Les Mikesell wrote: >> > On 9/28/2010 9:49 AM, Stefan Sperling wrote: >> > >On Tue, Sep 28, 2010 at 04:42:50PM +0200, Daniel Shahaf wr

calling a custoom perl script from pre-commit hook

2010-09-28 Thread Charan
Hi Guys, I have prepared my own custom perl script to check for logs and spaces in file names but when I call the perl script from pre-commit hook, I'm seeing the below error. Any suggestions from you? *svnlook: Can't open file 'format': No such file or directory* Thanks, Charan

Re: Wrong value in db/format when creating from TortoiseSVN

2010-09-28 Thread Tech Geek
Les, > The point remains that if they have write access through mapped files, >> they have the capability of destroying everything there. >> >> You could probably whip up a cgi script to create new repositories from a >> web request form if something like that doesn't already exist. Or you coul

Re: Exposing SVN through Apache

2010-09-28 Thread David Weintraub
What you need to do is have a WORKING copy inside of your HTML's document directory, and not just the source repository. If you use "svn export", there's not much to it. You simply delete the old copy and do "svn export to the spot you want the files. If you want a full working client directory

Re: small startup tutorial for client development

2010-09-28 Thread David Weintraub
A Subversion client is a rather complex piece of software. However, Chapter 8 of the Redbean book should be a great place to start. On Tue, Sep 28, 2010 at 6:44 AM, Micha wrote: > Hi all, > > is there a small tutorial existing which describe

Re: undo a switch

2010-09-28 Thread David Weintraub
On Tue, Sep 28, 2010 at 2:21 PM, Jeremy Mordkoff wrote: > Please tell me there's a way to undo a 'svn switch' > > The view was hopelessly out of date so I did > > svn copy -r svn://svn/zcode/trunk svn://svn/zcode/branches/jlm_temp1 > svn switch svn://svn/zcode/branches/jlm_temp1 Do you need

Re: Wrong value in db/format when creating from TortoiseSVN

2010-09-28 Thread Les Mikesell
On 9/28/2010 2:23 PM, Tech Geek wrote: Do not put your repository on a shared drive. Do not use file: protocol to access it. It is not designed to work in such way. Read the documentation (aka svnbook) and configure a proper server. This should be emphasized more. Al

Re: Wrong value in db/format when creating from TortoiseSVN

2010-09-28 Thread Tech Geek
> > Do not put your repository on a shared drive. Do not use file: >> protocol to access it. It is not designed to work in such way. Read >> the documentation (aka svnbook) and configure a proper server. > > > This should be emphasized more. Although the OP said he wanted the users > to be able

Re: Wrong value in db/format when creating from TortoiseSVN

2010-09-28 Thread Les Mikesell
On 9/28/2010 12:57 PM, Konstantin Kolinko wrote: Anyway, you must learn how to use and administer svn properly, and a proper way to create a repository is to use "svnadmin create". Do not put your repository on a shared drive. Do not use file: protocol to access it. It is not designed to work

undo a switch

2010-09-28 Thread Jeremy Mordkoff
Please tell me there's a way to undo a 'svn switch' I tracked down an old working copy for an engineer that had moved on long ago because he had done some work that had never gotten checked in. The view was hopelessly out of date so I did svn copy -r svn://svn/zcode/trunk svn://svn/zcode/bra

Re: Wrong value in db/format when creating from TortoiseSVN

2010-09-28 Thread Daniel Shahaf
What Ryan said. Thanks, Ryan. Ryan Schmidt wrote on Tue, Sep 28, 2010 at 12:47:51 -0500: > On Sep 28, 2010, at 12:40, Tech Geek wrote: > > Daniel, > >> Or do (the Tortoise equivalent of) 'svnadmin create --pre-1.6-compatible' > > Actually I would prefer to do the other way around. Can we tell TSV

Re: Wrong value in db/format when creating from TortoiseSVN

2010-09-28 Thread Konstantin Kolinko
2010/9/28 Tech Geek : > Daniel, >> >> Or do (the Tortoise equivalent of) 'svnadmin create --pre-1.6-compatible' > > Actually I would prefer to do the other way around. Can we tell TSVN to > create repositories which are compatible with Subversion Engine 1.5 because > we would be usually creating re

Re: Wrong value in db/format when creating from TortoiseSVN

2010-09-28 Thread Ryan Schmidt
On Sep 28, 2010, at 12:40, Tech Geek wrote: > Daniel, >> Or do (the Tortoise equivalent of) 'svnadmin create --pre-1.6-compatible' > Actually I would prefer to do the other way around. Can we tell TSVN to > create repositories which are compatible with Subversion Engine 1.5 because > we would be

Re: Wrong value in db/format when creating from TortoiseSVN

2010-09-28 Thread Tech Geek
Daniel, > Or do (the Tortoise equivalent of) 'svnadmin create --pre-1.6-compatible' > Actually I would prefer to do the other way around. Can we tell TSVN to create repositories which are compatible with Subversion Engine 1.5 because we would be usually creating repositories using the TSVN. AFA

Re: Very poor performance when checking out large number of binary files

2010-09-28 Thread Campbell Allan
On Monday 27 Sep 2010, Niklas Deutschmann wrote: > The performance of Subversion when checking out large number of files in > a single directory becomes extremely poor when the svn:mime-type > property is set to some binary MIME type. > > Steps to reproduce: > > 1. Create a project that contains a

Re: Subversion Blues - please help

2010-09-28 Thread Daniel Shahaf
Stefan Sperling wrote on Tue, Sep 28, 2010 at 17:55:37 +0200: > On Tue, Sep 28, 2010 at 10:08:53AM -0500, Les Mikesell wrote: > > On 9/28/2010 9:49 AM, Stefan Sperling wrote: > > >On Tue, Sep 28, 2010 at 04:42:50PM +0200, Daniel Shahaf wrote: > > >>Nico Kadel-Garcia wrote on Mon, Sep 27, 2010 at 23

Re: Subversion Blues - please help

2010-09-28 Thread Les Mikesell
On 9/28/2010 10:55 AM, Stefan Sperling wrote: dump is very useful for using a new format, or optimizing the relevant database. It doesn't bring along your config tools. In fact, I'd love to see the "svnadmin hotcopy" factored, first to transfer the database, and separately to transfer configura

[patch] for building subversion 1.6.12 for haiku

2010-09-28 Thread scott mc
Here is the patch we use for building subversion on Haiku. -scottmc Scott McCreary HaikuPorts subversion-1.6.12.patch Description: Binary data

Re: Subversion Blues - please help

2010-09-28 Thread Stefan Sperling
On Tue, Sep 28, 2010 at 10:08:53AM -0500, Les Mikesell wrote: > On 9/28/2010 9:49 AM, Stefan Sperling wrote: > >On Tue, Sep 28, 2010 at 04:42:50PM +0200, Daniel Shahaf wrote: > >>Nico Kadel-Garcia wrote on Mon, Sep 27, 2010 at 23:05:20 -0400: > >>>dump is very useful for using a new format, or opti

Re: Subversion Blues - please help

2010-09-28 Thread Les Mikesell
On 9/28/2010 9:49 AM, Stefan Sperling wrote: On Tue, Sep 28, 2010 at 04:42:50PM +0200, Daniel Shahaf wrote: Nico Kadel-Garcia wrote on Mon, Sep 27, 2010 at 23:05:20 -0400: dump is very useful for using a new format, or optimizing the relevant database. It doesn't bring along your config tools.

Re: Subversion Blues - please help

2010-09-28 Thread Stefan Sperling
On Tue, Sep 28, 2010 at 04:42:50PM +0200, Daniel Shahaf wrote: > Nico Kadel-Garcia wrote on Mon, Sep 27, 2010 at 23:05:20 -0400: > > dump is very useful for using a new format, or optimizing the relevant > > database. It doesn't bring along your config tools. In fact, I'd love > > to see the "svnad

Re: Wrong value in db/format when creating from TortoiseSVN

2010-09-28 Thread Daniel Shahaf
Daniel Becroft wrote on Tue, Sep 28, 2010 at 10:51:29 +1000: > On Tue, Sep 28, 2010 at 10:49 AM, Tech Geek wrote: > > > >I don't know what the repository version numbers are that correspond to > > each svn/TSVN version (and you didn't mention which >versions you have > > installed). > > Linux SVN

Re: Subversion Blues - please help

2010-09-28 Thread Daniel Shahaf
Nico Kadel-Garcia wrote on Mon, Sep 27, 2010 at 23:05:20 -0400: > On Mon, Sep 27, 2010 at 10:10 AM, Luis Rojas wrote: > > > > On 2010-09-26, at 10:28 AM, Nico Kadel-Garcia wrote: > > >> That gets your files on an entirely new chunk of disk, which can help > >> protect you from disk failure issues

Re: 2 hosts

2010-09-28 Thread Nico Kadel-Garcia
On Tue, Sep 28, 2010 at 7:28 AM, Ryan Schmidt wrote: > > On Sep 28, 2010, at 05:52, p4p...@web.de wrote: > >> well what should i do if i want 2 hosts, like a local/lan based visualsvn >> server AND a sourcefourge one ? >> seems, i can't have both, can i ? > > With regular Subversion, there must b

Re: 2 hosts

2010-09-28 Thread Ryan Schmidt
On Sep 28, 2010, at 05:52, p4p...@web.de wrote: > well what should i do if i want 2 hosts, like a local/lan based visualsvn > server AND a sourcefourge one ? > seems, i can't have both, can i ? With regular Subversion, there must be one master repository. But there can be slave servers that k

2 hosts

2010-09-28 Thread p4p4p4
hello, folks, well what should i do if i want 2 hosts, like a local/lan based visualsvn server AND a sourcefourge one ? see ms, i can't have both, can i ? regards, peter.

small startup tutorial for client development

2010-09-28 Thread Micha
Hi all, is there a small tutorial existing which describes the starting point of developing a C++ svn client? Maybe with a small example? Thx in advance! Micha

Feature request: svnadmin load shouldn't load existing revisions

2010-09-28 Thread Ulrich Eckhardt
Hi! I just made a stupid mistake that cost me a few hours for loading a multi-GiB repository. What I did was to load a repository from a backup dumpfile, which went to revision 37344 (and took several hours). I then proceeded to create an incremental dumpfile from the life repository, and made