Re: Subversion strangeness under MacOSX

2013-04-13 Thread Branko Čibej
On 13.04.2013 20:01, William Retert wrote: > It should be https://subversion.assembla.com/svn/BKE/trunk > You /really/ should take it up with Assembla. You can hardly expect anyone on this list to help with your problem if you (a) don't take the trouble to describe it in detail, and (b) give examp

Re: Include relative externals in svn log/svn update?

2013-04-13 Thread Daniel Shahaf
Johan Corveleyn wrote on Sun, Apr 14, 2013 at 02:37:13 +0200: > On Fri, Mar 8, 2013 at 4:35 PM, Stefan Zumwiese wrote: > > Am 11.02.2013 22:08, schrieb Stefan Zumwiese: > >> When viewing the log of project1, I can see only the direct changes of > >> project1, not the changes that were made in the

Re: Dealing with binaries and migrating a 36G repository

2013-04-13 Thread Daniel Shahaf
Johan Corveleyn wrote on Sun, Apr 14, 2013 at 00:45:34 +0200: > On Sat, Apr 13, 2013 at 3:23 PM, Daniel Shahaf > wrote: > > As an aside, has anyone mentioned the authz + svnsync approach to > > filtering history (as opposed to svnrdump | svndumpfilter) in this > > thread yet? > > Ah yes, good su

Re: Dealing with binaries and migrating a 36G repository

2013-04-13 Thread kmradke
> >> >>> > I actually started a migration with svnsync so that I didn't have to > >> >>> > worry about network issues related to transferring a single > 36GB file on an > >> >>> > unreliable network. But I ran into this issue: Cannot > accept non-LF line > >> >>> > endings in 'svn:log' property

Re: Include relative externals in svn log/svn update?

2013-04-13 Thread Johan Corveleyn
On Fri, Mar 8, 2013 at 4:35 PM, Stefan Zumwiese wrote: > Am 11.02.2013 22:08, schrieb Stefan Zumwiese: > >> I'm planning on setting up a repository which looks like this: >> >>\common >>\common\folder1 >>\common\folder2 >>\project1 >> >> project1 would include folder1 and folder2 v

Re: Subversion strangeness under MacOSX

2013-04-13 Thread William Retert
It should be https://subversion.assembla.com/svn/BKE/trunk On Sat, Apr 13, 2013 at 12:48 PM, Andy Levy wrote: > > > > On Sat, Apr 13, 2013 at 10:20 AM, Robert Heller wrote: > >> Is there something special about Subversion under MacOSX WRT SSL >> Certificates? Is it necessary to install additio

Re: Dealing with binaries and migrating a 36G repository

2013-04-13 Thread Johan Corveleyn
On Sat, Apr 13, 2013 at 3:23 PM, Daniel Shahaf wrote: > Johan Corveleyn wrote on Sat, Apr 13, 2013 at 09:41:46 +0200: >> On Sat, Apr 13, 2013 at 9:38 AM, Johan Corveleyn wrote: >> > [ Please don't top-post on this list, i.e. put your reply at the >> > bottom or inline, thanks. More below. ] >> >

Re: Subversion strangeness under MacOSX

2013-04-13 Thread Branko Čibej
On 13.04.2013 19:48, Andy Levy wrote: > > > > On Sat, Apr 13, 2013 at 10:20 AM, Robert Heller > wrote: > > Is there something special about Subversion under MacOSX WRT SSL > Certificates? Is it necessary to install additional package(s)? Some > people I am w

Re: Subversion strangeness under MacOSX

2013-04-13 Thread Andy Levy
On Sat, Apr 13, 2013 at 10:20 AM, Robert Heller wrote: > Is there something special about Subversion under MacOSX WRT SSL > Certificates? Is it necessary to install additional package(s)? Some > people I am working with are having a problem with subversion and https: > > tests-MacBook-Pro-2:BioKe

Re: Difference between pre-commit and start-commit

2013-04-13 Thread Ryan Schmidt
On Apr 13, 2013, at 09:43, Richard Cavell wrote: > I apologize in advance for not being able to figure this out. What exactly > is the difference between the pre-commit hook and the start-commit hook? The start-commit hook is executed before the client has transmitted the revision content to

Re: Subversion Ruby Binding: Server certificate verification failed: issuer is not trusted

2013-04-13 Thread Joe Swatosh
On Fri, Apr 12, 2013 at 6:27 AM, Daniel Shahaf wrote: > Christian Plewnia wrote on Fri, Apr 12, 2013 at 15:22:52 +0200: >> For a start I will let Ruby execute the SVN commands on the shell, which >> is not nice but so far works for me. However, if I find some time I >> would like to look into exte

Re: Dealing with binaries and migrating a 36G repository

2013-04-13 Thread Les Mikesell
On Fri, Apr 12, 2013 at 11:08 PM, James Marcus wrote: > I did fix it, but there are many, how do you deal with hundreds maybe > thousands? I did some sort of script, but I think it took the revision on the command line and only did one at a time, so I had to paste in the number from the sync erro

Difference between pre-commit and start-commit

2013-04-13 Thread Richard Cavell
Hi, folks, I apologize in advance for not being able to figure this out. What exactly is the difference between the pre-commit hook and the start-commit hook? Also, am I right in thinking that all I have to do to "install" such a hook is to write a script, or modify the existing template, and t

Subversion strangeness under MacOSX

2013-04-13 Thread Robert Heller
Is there something special about Subversion under MacOSX WRT SSL Certificates? Is it necessary to install additional package(s)? Some people I am working with are having a problem with subversion and https: tests-MacBook-Pro-2:BioKey-0.7.2.10 ed$ svn checkout https://www.assembla.com/svn/BKE/trunk

Re: Dealing with binaries and migrating a 36G repository

2013-04-13 Thread Daniel Shahaf
Johan Corveleyn wrote on Sat, Apr 13, 2013 at 09:41:46 +0200: > On Sat, Apr 13, 2013 at 9:38 AM, Johan Corveleyn wrote: > > [ Please don't top-post on this list, i.e. put your reply at the > > bottom or inline, thanks. More below. ] > > > > On Sat, Apr 13, 2013 at 6:08 AM, James Marcus > > wrote

Re: Error loading revision via svnrdump

2013-04-13 Thread Stefan Sperling
On Fri, Apr 12, 2013 at 06:35:44PM -0500, Richard Gavel wrote: > FYI, it got past the revision it had trouble with when I used "svnadmin load" > vs "svnrdump load" > > From: Richard Gavel > Sent: Friday, April 12, 2013 5:44 PM > To: 'users@subversion.apache.org' > Subject: Error loading revision

Re: Dealing with binaries and migrating a 36G repository

2013-04-13 Thread Johan Corveleyn
On Sat, Apr 13, 2013 at 9:38 AM, Johan Corveleyn wrote: > [ Please don't top-post on this list, i.e. put your reply at the > bottom or inline, thanks. More below. ] > > On Sat, Apr 13, 2013 at 6:08 AM, James Marcus wrote: >> On Fri, Apr 12, 2013 at 9:27 PM, Ryan Schmidt >> wrote: >>> >>> >>> On

Re: Dealing with binaries and migrating a 36G repository

2013-04-13 Thread Johan Corveleyn
[ Please don't top-post on this list, i.e. put your reply at the bottom or inline, thanks. More below. ] On Sat, Apr 13, 2013 at 6:08 AM, James Marcus wrote: > On Fri, Apr 12, 2013 at 9:27 PM, Ryan Schmidt > wrote: >> >> >> On Apr 12, 2013, at 11:35, James Marcus wrote: >> >> > I actually start