RE: svnsync crashes on a huge commit

2013-07-09 Thread Thomas Loy
We've had similar problems with large files with our svnsync. It has always been a time out problem. If you are using httpd there is a time out value in httpd.conf that can be increased (I don't recall the exact parameter). We also use VIPs for our SVN servers and we had an issue with the VIP

RE: Subversion limits?

2012-09-28 Thread Thomas Loy
This brings up a question for me. I have a couple of repos that are over 5 years old and reaching close to 400GB of storage. I'd like to "trim" the first couple of years of versions and store them to some sort of "archive" repo and keep the most recent versions in an "active" repo. I've been

RE: For Siebel

2011-06-15 Thread Thomas Loy
Subversion does have lock mechanisms, but they are not enabled by default. Although Siebel has it's lock mechanisms for sifs, I believe they are binary and you will want to implement locking in Subversion for them as well. I sure wish I could get our Siebel teams to use SVN instead of exclusive

RE: Build project in pre-commit

2011-04-05 Thread Thomas Loy
No, if your project takes more than a few seconds to compile, it WILL annoy committers. I have a pre-commit that validates a Change Request Number in their comment against a database. It is a quick query, but it takes about 15 seconds to do the connect, query, and then disconnect. My committe

RE: Windows over linux

2011-01-25 Thread Thomas Loy
a lot easier. I'm working on a bunch of scripts right now where we had a version specific taskdef jar that I'm now using a symlink to create a generic jar name -- so I won't have to edit all the taskdef jar names in the scripts again. Cheers, Tom Thomas Loy Sysops - Build

RE: Setting "tags" to read only ?

2010-09-29 Thread Thomas Loy
We use access control to keep tags read-only, although pre-commit hooks would work as well, access control was simpler and a bit more foolproof. Regards, Tom -Original Message- From: a.sk...@gmail.com [mailto:a.sk...@gmail.com] On Behalf Of Alexander Skwar Sent: Wednesday, September 29

RE: viewing svn logs?

2010-08-06 Thread Thomas Loy
On Windows, Tortoise SVN is my choice. Regards, Tom From: Giulio Troccoli [mailto:giulio.trocc...@uk.linedata.com] Sent: Friday, August 06, 2010 10:58 AM To: 'Tom Cruickshank'; users@subversion.apache.org Subject: RE: viewing svn logs? What about TortoiseSVN? Linedata Limited Registered Off

RE: older versions of the subversion server

2010-06-17 Thread Thomas Loy
and Eclipse user. Regards, Tom From: Alin [mailto:alin.tomoi...@ttu.edu] Sent: Thursday, June 17, 2010 4:29 PM To: Ryan Schmidt; Thomas Loy Cc: users@subversion.apache.org Subject: Re: older versions of the subversion server Ryan and Thomas, Thank you very much for your advice. -Original

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: compact repository (many files)

2010-05-26 Thread Thomas Loy
I wish I had an answer for you. We have a similar situation. I manage a dozen production SVN Repos and some are getting quite large. One repo has over 35,000 revisions. Some of the original revisions from years ago I'd like to extract and archive and just maintain the archive with history fo

RE: Automatic commission?

2010-05-24 Thread Thomas Loy
No. You must use the SVN rename. Regards, Tom -Original Message- From: Peng Yu [mailto:pengyu...@gmail.com] Sent: Monday, May 24, 2010 5:54 PM To: Daniel Becroft Cc: users Subject: Re: Automatic commission? On Mon, May 24, 2010 at 4:46 PM, Daniel Becroft wrote: > On Tue, May 25, 201

RE: SVN Error

2010-05-20 Thread Thomas Loy
along, we will probably turn it back down to 300. Regards, Tom From: Wadhavankar, Hemant [mailto:hemant.wadhavan...@lsi.com] Sent: Thursday, May 20, 2010 3:17 AM To: Thomas Loy; users@subversion.apache.org Subject: RE: SVN Error Hey - setting Timeout as 300 resolved the problem. Best, Hemant

RE: SVN Error

2010-05-19 Thread Thomas Loy
That would be the first thing I would do. What is the current timeout? Are you trying to use http or https? Regards, Tom From: Wadhavankar, Hemant [mailto:hemant.wadhavan...@lsi.com] Sent: Wednesday, May 19, 2010 10:58 AM To: users@subversion.apache.org Subject: SVN Error Hello, I am getting

Slowness on checkouts after upgrade/migration

2010-05-17 Thread Thomas Loy
the source code repository. Does anyone have any ideas why our checkouts are taking so much longer than they used to? Regards, Thomas Loy Software Build Engineer Cbeyond, Inc.

RE: Automated Merging

2010-02-22 Thread Thomas Loy
Although I can't speak for the poster, this looks to be commercial software. A look at the parent website shows another build product for $1995 per server. Could be a useful tool, but since it isn't open source I doubt we'll take a close look at it since Build Engineering is at the bottom of t

RE: svn dump and load not preserving all files

2010-01-19 Thread Thomas Loy
Loy -Original Message- From: Jeremy Conlin [mailto:jlcon...@gmail.com] Sent: Tuesday, January 19, 2010 3:22 PM To: Thomas Loy Cc: users@subversion.apache.org Subject: Re: svn dump and load not preserving all files On Tue, Jan 19, 2010 at 1:05 PM, Thomas Loy wrote: > Which OS?  S

RE: svn dump and load not preserving all files

2010-01-19 Thread Thomas Loy
Which OS? Some operating systems have file size limits of 4 GB or less. Cheers, Tom Loy -Original Message- From: Jeremy Conlin [mailto:jlcon...@gmail.com] Sent: Tuesday, January 19, 2010 3:03 PM To: users@subversion.apache.org Subject: svn dump and load not preserving all files I am

RE: svnserve: Interacting in tunnel mode

2010-01-13 Thread Thomas Loy
Why not use SVN Notifier available at http://svnnotifier.tigris.org? Cheers, Tom Loy -Original Message- From: Piotr Sipika [mailto:psip...@cengen.com] Sent: Wednesday, January 13, 2010 2:54 PM To: users@subversion.apache.org Subject: svnserve: Interacting in tunnel mode Hi, I'm trying