Checkout fails on large repository

2011-08-15 Thread Thomas
svn) Server: RAM: 256 MB CPU: Geode(TM) Integrated Processor by AMD PCS Disk: 1000 GB external harddisk connected via USB. Filesystem: ext3 (encrypted via LUKS, but this should be transparent to svn) Med venlig hilsen/Kind regards Thomas

Re: Checkout fails on large repository

2011-08-16 Thread Thomas
already have some ideas as to what is wrong, I will appreciate your suggestions. Thanks. Med venlig hilsen/Kind regards Thomas

Re: Checkout fails on large repository

2011-08-16 Thread Thomas
2011/8/16 Thomas : > There is only one user accessing the repository during checkout. So > issues caused by multiple users accessing it can be eliminated. > It seems to be the same place it fails every time. That is, the same path. > I am currently trying to checkout this path alone

Re: Checkout fails on large repository

2011-08-16 Thread Thomas
2011/8/16 Stefan Sperling : > Does your Apache HTTPD Server use keep-alive? > http://httpd.apache.org/docs/2.0/mod/core.html#keepalive > > Try to increase the KeepAliveTimeout option in your Apache > configuration: > http://httpd.apache.org/docs/2.0/mod/core.html#keepalivetimeout > > The default is

Re: Checkout fails on large repository

2011-08-17 Thread Thomas
2011/8/16 Thomas : > I have now enabled KeepAlive and set Timeout and KeepAliveTimeout to 900. > We'll see how it goes. Right now it has checked out 32 GB, this is a new record :) It is still working, but enabling keepalive and increasing timeouts seems to be working. I will write a

Data lost in a subversion repository

2015-09-29 Thread thomas
Dear ladies and gentlemen, my name is Thomas Riller, I am working at the technical university of Munich. I am sorry, that I directly contact you. We have a problem (self made) with a subversion repository. The repository was stored at a personal directory and is damaged. This means, some

client crash on merge --reintegrate

2011-01-12 Thread Becker, Thomas
27;t crash. Regards, Thomas Process info: Cmd line: svn merge --dry-run --reintegrate https://localhost:8443/svn/FMCG Version: 1.6.15 (r1038135), compiled Nov 24 2010, 15:10:31 Platform: Windows OS version 5.1 build 2600 Service Pack 3 Exception: ACCESS_VIOLATION Registers: eax=00

Re: client crash on merge --reintegrate

2011-01-13 Thread Becker, Thomas
s: /.../branches/...:174322-214515 Missing ranges: /.../trunk/...:103707-174319 Missing ranges: /.../branches/...:215928-236665 Missing ranges: /.../branches/...:236669-250022 Missing ranges: /.../branches/...:250348-260850 Missing ranges: /.../trunk/...:260933 Re

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

Strange tree conflict problem

2011-02-11 Thread Thomas Börkel
Our server runs svn 1.6.13. Any help would be greatly appreciated. Thomas

problem with mutated vowel in log-message-contents

2011-02-18 Thread Thomas STEININGER
' or if this is to difficult only by '_bergabe'. can anybode give me tips / commands to do that or probably there is an tool (because the problem was already solved for another user)? thanks for help -thomas Mails with TortoiseSvn-Team: >>>> >>>> H

Antwort: Re: problem with mutated vowel in log-message-contents

2011-02-21 Thread Thomas STEININGER
do i really understand, that i have to execute this: propedit --editor-cmd 'sed --flags' on a file? on all urls that are in my svn-repository? or how you mean? -Thomas Daniel Shahaf 21.02.2011 19:34 An Stephen Connolly Kopie Thomas STEININGER , users@subversion.apache.or

Antwort: Re: Antwort: Re: problem with mutated vowel in log-message-contents

2011-02-21 Thread Thomas STEININGER
n-comments. How can i get this done? Or does i have misunderstood your trick? -Thomas Daniel Shahaf 22.02.2011 07:58 An Thomas STEININGER Kopie Stephen Connolly , users@subversion.apache.org Thema Re: Antwort: Re: problem with mutated vowel in log-message-contents Thomas STEININGE

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: How do I escape a subversion keyword?

2011-05-29 Thread Becker, Thomas
How about: if (length('$LastCheckedDate$') == 17) # keyword wasn't expanded Regards, Thomas > -Ursprüngliche Nachricht- > Von: Bob Archer [mailto:bob.arc...@amsi.com] > Gesendet: Freitag, 27. Mai 2011 19:08 > An: dar...@chaosreigns.com; users@subversion.ap

Re: Subversion 1.6.17 Released

2011-06-02 Thread Thomas Harold
On 6/1/2011 7:27 PM, Daniel Shahaf wrote: Be advised: the 1.6.17 tag [1] in our repository does not match the tarballs at the time of this writing. Until we fix this, please use the tarballs or zip archives, and avoid installing 1.6.17 from the tag. Daniel [1] https://svn.apache.org/repos/asf

Sparse check outs

2011-06-10 Thread Stuempfig, Thomas
things based on some Rules like "*pptx" in a folder and its sub folders. Would like to ignore specific extensions like "*c,*cpp,*txt". Much the same way as the ignore list for non versioned files, but just for co. Did somebody come along such a requirement? Regards Thomas

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: Problem Loading Huge Repository

2011-06-17 Thread Thomas Harold
On 6/16/2011 7:05 PM, Bruno Antunes wrote: Do you know any faster way to load the dump file or to filter out some projects/revisions so I can speed up the process? Are you CPU-bound? Or are you limited by disk speed? If you're limited by disk access times, make sure that the source file that

Re: Problem Loading Huge Repository

2011-06-17 Thread Thomas Harold
On 6/17/2011 10:54 AM, Daniel Shahaf wrote: Thomas Harold wrote on Fri, Jun 17, 2011 at 10:31:43 -0400: And if you have a choice of file systems for the repository to be stored on, make sure that it's something which can deal with a few hundred thousand tiny files. On Linux, I'd sug

Performance

2011-06-17 Thread Stuempfig, Thomas
Hi everybody, is there somewhere some documentation about svn performance(CPU/Network) other than the one at IBM pages? regards Thomas

WG: How to setup SVN with HTTPS on Apache for Windows?

2011-06-23 Thread Stuempfig, Thomas
Hi all, inhttp://svnbook.red-bean.com/nightly/en/svn.serverconfig.httpd.html I read the following: * Getting httpd 2.0 up and running with the mod_dav module Can't we use apache 2.2? Regards Thomas Von: Geoff Hoffman [mailto:ghoff...@cardinalpath.com] Gesendet: Mit

AW: How to setup SVN with HTTPS on Apache for Windows?

2011-06-23 Thread Stuempfig, Thomas
I suggested in svnbook-...@red-bean.com to update to apache 2.2. Regards Thomas -Ursprüngliche Nachricht- Von: Cooke, Mark [mailto:mark.co...@siemens.com] Gesendet: Donnerstag, 23. Juni 2011 11:00 An: Stuempfig, Thomas; users@subversion.apache.org Betreff: RE: How to setup SVN with

AW: SVN 1.7 - check out single file?

2011-07-02 Thread Stuempfig, Thomas
The possibility to check out a single file would probably be the base of checking out (or update) files that match certain criteria e.g. "*doc, *txt, *html" I opened an other thread about this. Many of my colleagues would appreciate such a functionality. Regards Thomas -Urs

AW: the best migrate solution of lower downtime

2011-07-11 Thread Stuempfig, Thomas
can use VM specific tools and means to easily migrate. I personally did even live migration of XEN VM in - fractions of a second - downtime. Snapshot as well as VM Technology has to be thoroughly planned before use. Regards Thomas -Ursprüngliche Nachricht- Von: Nico Kadel-Garcia [

Re: Move to a new repo and keep the history, Part 2

2011-07-14 Thread Thomas Harold
On 7/14/2011 12:29 PM, K F wrote: Recap – I would like to move some directories from one repository to another while keeping the history. I went through this a few months ago (and maybe this will help). We were using a big monolithic repository for all of our jobs. Our repository was arrang

Archiving old Data

2011-07-19 Thread Stuempfig, Thomas
Hi everybody, how can I systematically get rid of very old data, that is not used anymore. My repository is 300GB large 15000 revs. Is svnadmin dump ... svndumpfilter ... the only supported way? Would it be useful to have an svnadmin command deleting a node(recursively)? regards Thomas

Re: Subversion: existing users

2011-07-20 Thread Thomas Harold
On 7/17/2011 2:07 AM, Andy Canfield wrote: The most obvious authorization scheme is that of the host server; if there is a user named "andy" on that server with a password "jackel" then I would like to simply be able to talk to the subversion server as user named "andy" password "jackel". This is

Re: Subversion access control / Linux users etc.

2011-07-21 Thread Thomas Harold
The issues with passwords is why we ended up going with SSH public-key authentication. Load the SSH key into the SSH agent, unlock it with the passphrase, then don't worry about it again until we reset the SSH agent at logout. Less prompts, happier users. (Plus it makes it harder to get into

1.7 compatibility issue

2011-07-26 Thread Becker, Thomas
1.7.0-dev-win32-r1136035.zip and earlier work, though. Regards, Thomas This email and its attachments may be confidential and are intended solely for the use of the individual to whom it is addressed. Any views or opinions expressed are solely those of the author and do not

AW: 1.7 compatibility issue

2011-07-26 Thread Becker, Thomas
Yes, actually starts with svn. The URL looks like this: https://:8443/svn/ Regards, Thomas -Ursprüngliche Nachricht- Von: Ivan Zhakov [mailto:i...@visualsvn.com] Gesendet: Dienstag, 26. Juli 2011 11:26 An: Becker, Thomas Cc: users@subversion.apache.org Betreff: Re: 1.7

strange merge conflict wrt. keywords

2011-07-26 Thread Becker, Thomas
e observed with Linux and Windows clients in various 1.6 versions. Regards, Thomas This email and its attachments may be confidential and are intended solely for the use of the individual to whom it is addressed. Any views or opinions expressed are solely those of the author

Question about commit/udpate inside externals

2011-07-26 Thread Thomas Clement
quot;svn status" and "svn up" on my working copy does not alert me of that. How can I check if my externals are above their fixed revision number? Maybe it is just a bad idea to edit and commit inside externals? Regards, Thomas

AW: 1.7 compatibility issue

2011-07-26 Thread Becker, Thomas
Sorry for the confusion: stands for svn/, stands for . The URL looks like https://:8443/svn/. Regards, Thomas Von: Mark Phippard [mailto:markp...@gmail.com] Gesendet: Dienstag, 26. Juli 2011 16:54 An: Becker, Thomas Cc: users

AW: 1.7 compatibility issue

2011-07-27 Thread Becker, Thomas
I can confirm that listing the repository works with --config-option servers:global:http-library=neon. As reported by Ivan he fixed this issue in r1151177. Thanks! Regards, Thomas Von: Mark Phippard [mailto:markp...@gmail.com] Gesendet

AW: strange merge conflict wrt. keywords

2011-07-27 Thread Becker, Thomas
oduce this behaviour. Any hints would be appreciated. Regards, Thomas ____ Von: Becker, Thomas [mailto:thomas.bec...@torex.com] Gesendet: Dienstag, 26. Juli 2011 14:09 An: users@subversion.apache.org Betreff: strange merge conflict wrt. keywords Hi,

Re: AW: Web site: checkout or export?

2011-07-29 Thread Thomas Harold
On 7/27/2011 8:57 AM, Markus Schaber wrote: Hi, Andy, Von: Andy Canfield [mailto:andy.canfi...@pimco.mobi] - Using 'svn checkout', the working web site will have the subversion control files in the .svn subdirectory, which might be a security hole. You could use some pattern based access con

SVN externals - using a GUID style instead of a path?

2011-07-29 Thread Thomas Harold
http://subversion.apache.org/docs/release-notes/1.5.html#externals The relative URLs being allowed in svn:externals was a huge step forward. But it still relies on the source path not ever changing. For example: /repos/zag foo/bar1 Which is fine as long as "zag" never changes its name. Wha

AW: Subversion Branch/Merge Graphical Display

2011-08-01 Thread Stuempfig, Thomas
Try subeclipse. You can rightclick on he rev and display the merge graph then. It is still not trivoal since you just see the merge rev prop. Regards Thomas Email sent from blackberry. Von: Tony Butt [mailto:tony.b...@cea.com.au] Gesendet: Monday, August 01, 2011 06:50 AM An: users

AW: Strange behavior on directory delete/commit

2011-08-02 Thread Becker, Thomas
You could also delete the directory directly in the repository using "svn delete -m ". This way you would avoid the problem of committing partial changes of your working copy. Regards, Thomas -Ursprüngliche Nachricht- Von: Dominik Psenner [mailto:dpsen...@gmail.com]

Python optional location in centos 5 for compiling from source

2011-08-08 Thread Florent THOMAS
rds from france, Florent THOMAS

BUG: Inconsistent handling of challenge-on-commit for conflicting user credentials

2011-08-19 Thread Thomas Robinson
The following is a bug report for triage and review. I've been unable to locate an adequate fix or discussion for this issue; however, I have found an acceptable workaround. When built on OSX, SVN versions 1.6.16 (r1073529) and 1.6.17 (r1128011) appear to handle authentication challenges on c

Re: BUG: Inconsistent handling of challenge-on-commit for conflicting user credentials

2011-08-22 Thread Thomas Robinson
r the archives: it won't remove details associated with client certificates.) Or, alternatively, pass --username to the 'svn commit' command too. Does this address your issue? Thomas Robinson wrote on Fri, Aug 19, 2011 at 14:06:40 -0700: The following is a bug report for triage a

SVN File Size

2011-09-16 Thread Stümpfig , Thomas
be able to deal with it during the "commit operation". regards Thomas Stümpfig Presales Knowledge Management Siemens Industry Sector Siemens Industry Software GmbH & Co. KG Franz-Geuer-Str. 10 50823 Köln Tel.:+49 2153 9107117 Mobil: +49 175 2205712 Fax.: +49 221 248928

AW: SVN File Size

2011-09-19 Thread Stümpfig , Thomas
concentrate on the part that deals with this one. Regards Thomas > -Ursprüngliche Nachricht- > Von: Stefan Sperling [mailto:s...@elego.de] > Gesendet: Freitag, 16. September 2011 10:43 > An: Stümpfig, Thomas; users@subversion.apache.org > Betreff: Re: SVN File Size >

AW: SVN File Size

2011-09-19 Thread Stümpfig , Thomas
hope I am interpreting this correctly) I neither can see if the server_side part encodes filesize information into the stream. Can somebody tell me where the answer is put into the stream? Am I on the right path? Is this already subject to the Dev Mailinglist? This is my starting poin

AW: SVN File Size

2011-09-20 Thread Stümpfig , Thomas
t to the question of how to implement I would appreciate any input, since I am a newbie in svn programming. Regards Thomas > -Ursprüngliche Nachricht- > Von: Daniel Shahaf [mailto:d...@daniel.shahaf.name] > Gesendet: Dienstag, 20. September 2011 00:03 > An: Stümpfi

AW: SVN File Size

2011-09-20 Thread Stümpfig , Thomas
svn_ra_progress_notify_func_t doing this also? Thanks Thomas > -Ursprüngliche Nachricht- > Von: Daniel Shahaf [mailto:d...@daniel.shahaf.name] > Gesendet: Dienstag, 20. September 2011 14:20 > An: Stümpfig, Thomas > Cc: users@subversion.apache.org > Betreff: Re: SVN File Size >

svn upgrade with dump/load

2011-09-27 Thread Stümpfig , Thomas
flexibility. And my server has 32GB Memory and 16 Cores. Now, in order to optimize the migration process would it be worth to split the dump into multiple dumps? And if yes, would you use delta dumps? Thomas Stümpfig

Invalid character "/" in revision list

2011-12-14 Thread Thomas Gier
tigation of the cause of this mess? - Is there a way to correct this issue without using a binary editor on the db files? Thanks a lot for reading. Any comment is much appreciated. Cheers Thomas Gier Aachen, Germany

Possible regression with empty checkouts of repos in 1.7.

2011-12-14 Thread Thomas Dziedzic
Hi, I used to be able to do: svn checkout --depth=empty svn://svn.archlinux.org/packages cd packages svn up pacman rm -r pacman svn up and it would leave me with an empty, working copy on my computer in subversion 1.6.17 When I upgraded to subversion 1.7.2, after doing the same set of commands a

Re: Invalid character "/" in revision list

2011-12-14 Thread Thomas Gier
Am 14.12.2011 17:33, schrieb Daniel Shahaf: Thomas Gier wrote on Wed, Dec 14, 2011 at 17:10:26 +0100: Hello, this is my first post to the list so first of all I'd like to say hello to everybody :). I'm stuck with a problem for which even google doesn't seem to find a solution,

TortoiseSVN assertion failed

2011-12-22 Thread Thomas Krebs
:externals both directories and files. Another project without externals works fine. The old server with the still on-line repository also still runs fine. Hope I could contribute to find the problem. Thomas

Re: TortoiseSVN assertion failed

2011-12-23 Thread Thomas Krebs
Am 23.12.2011 02:52, schrieb Stefan Sperling: On Fri, Dec 23, 2011 at 01:48:58AM +0100, Stefan Sperling wrote: On Thu, Dec 22, 2011 at 06:16:58PM +0100, Thomas Krebs wrote: When I checkout a project the icons do not get the Tortoise overlay icons and when I right click on the project directory

Re: TortoiseSVN assertion failed

2011-12-23 Thread Thomas Krebs
Am 23.12.2011 13:08, schrieb Stefan Sperling: On Fri, Dec 23, 2011 at 12:05:43PM +0100, Thomas Krebs wrote: Am 23.12.2011 02:52, schrieb Stefan Sperling: Are you sure you checked out a new working copy before this happened? The assertion only happens from the working copy checked out from

Re: TortoiseSVN assertion failed

2011-12-27 Thread Thomas Krebs
Am 23.12.2011 14:59, schrieb Stefan Sperling: On Fri, Dec 23, 2011 at 02:26:12PM +0100, Thomas Krebs wrote: Am 23.12.2011 13:08, schrieb Stefan Sperling: Well, is the URL of this file in the same _repository_ as the working copy root folder, or not? One server can serve multiple repositories

Re: svnversion documentation bug in the redbook?

2012-01-10 Thread Thomas Gier
on --version svnversion, Version 1.6.12 (r955767) 2.) me@mine:some_unversioned_dir$ svnversion exported Cheers Thomas Gier Aachen, Germany

RE: Permanent removal

2012-01-12 Thread Stümpfig , Thomas
already been discussed several times. AFAIK there is no plan to implement such a command. Please correct me if I am wrong. Regards Thomas Stümpfig > -Original Message- > From: Cooke, Mark [mailto:mark.co...@siemens.com] > Sent: Donnerstag, 12. Januar 2012 08:15 > To:

Re: TortoiseSVN assertion failed

2012-02-14 Thread Thomas Krebs
Am 13.02.2012 23:07, schrieb Stefan Sperling: ... Stefan, Please be patient. Our new server is not yet back from service, so I can't check. Furthermore I'll have to investigate to build from sources, which I didn't do so far. Thomas -- Mecadtron GmbH Sitz der Gesells

RE: SVN as DMS

2012-03-22 Thread Stümpfig , Thomas
rds Thomas > -Original Message- > From: Geoffrey Myers [mailto:li...@serioustechnology.com] > Sent: Mittwoch, 21. März 2012 12:36 > To: Phil Pinkerton > Cc: Laura Mohiuddin; users@subversion.apache.org > Subject: Re: SVN as DMS > > Check out 1mage. > > That is

AW: Subversion 1.6.18 released

2012-04-16 Thread Becker, Thomas
Hi Stefan, Thanks for the new release! From the list of changes for 1.6.18 I learned that the server side performance of "log -g" was improved (r1152282). This sounds particularly interesting for our setup. Does a similar fix exist in 1.7.4, too? Regards, Thomas This ema

RE: Subversion limits?

2012-09-28 Thread Thomas Loy
"active" repo. I've been toying with export commands but haven't had any success. I would like to back us away from any possible limits. Cheers, Thomas From: kmra...@rockwellcollins.com [mailto:kmra...@rockwellcollins.com] Sent: Friday, September 28, 2012 10:52 AM To:

svn update with --no-auth-cache crashes on Windows 7 x64

2012-11-20 Thread Thomas Oftring
e - handles 'https' scheme Best regards i.A. Thomas Oftring smime.p7s Description: S/MIME cryptographic signature

RE: lock tree or branch - quick question

2013-02-13 Thread Thomas Hemmer
. Best regards, Thomas -Original Message- From: Z W [mailto:mpc8...@gmail.com] Sent: Tuesday, February 12, 2013 6:49 PM To: users@subversion.apache.org Subject: lock tree or branch - quick question Hi All We like to stop commits to a certain tree or branch. Is there a way to do that on

Re: How do I share files?

2010-01-05 Thread Thomas Harold
On 1/4/2010 7:20 PM, Rolf Marsh wrote: Hello... I have two projects in Subversion. I am trying, in Visual Studio 2008 Pro, to share some of the .cs files in Project 'A' with a new project ('B') I am writing. I know how to share .cs files from within VS, but how to I get them out of the repositor

Re: How do I share files?

2010-01-05 Thread Thomas Harold
On 1/5/2010 10:05 AM, Andy Levy wrote: As of SVN 1.6, file-level externals are supported. This is very close to VSS's sharing IIRC (been a few years since I've dealt with VSS). http://subversion.tigris.org/svn_1.6_releasenotes.html#externals http://svnbook.red-bean.com/nightly/en/svn.advanced.e

RE: ModificationDate after commit

2010-01-13 Thread Thomas Hemmer
to use the VERSIONINFO statement in their resource script in order to achieve that. This is the recommended practice within the Windows world. Best regards, Thomas > -Original Message- > From: Claudius Sailer [mailto:claudius.sai...@lbbw.de] > Sent: Wednesday, January 13, 2010

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

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: 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: 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

svnserve.exe crashes with "can't create thread"

2010-03-11 Thread Thomas Börkel
HI! We have the problem, that the svnserve.exe process crashes when doing a pretty large commit. It seems to allocate 700 MB memory and then it crashes with "can't create thread". Using svnserve.exe 1.5.5. The machine has 6 GB memory. Any hints would be greatly appreciated. Thanks! Thomas

Could not resolve path ... for history error

2010-03-25 Thread Thomas O'Brien
a/sqlpower/architect/ArchitectSession.java returning: svn: Could not resolve path /trunk/src/ca/sqlpower/architect/ArchitectSession.java for history Any help in restoring my revision history would be greatly appreciated. Thanks, Thomas

Getting started with Subversion.

2010-04-08 Thread Thomas Garrod
version of Subversion on my Mac. Others will need to have a version for Windows. Let's start with me, what do I need to download? Looking at the options for Mac OS X, I have no idea which to chose. Can someone give me a start? Thomas Garrod, M.Ed. KeelWorks Foundation Executive Director

Is there a simple log/diff frontend (like gitk)?

2010-04-13 Thread Thomas Allen
ing along those lines. So, does anybody know of a simple, cross-platform, open-source Subversion browser? I am on a Mac, and it seems that the only options are proprietary and heavy, such as Versions and CornerStone... Thomas Allen

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: 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

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: 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: 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

I need a volunteer subversion manager

2010-06-04 Thread Thomas Garrod
oject server repository and to guide users in setting up and using clients, it would be a great help. Thomas Garrod The KeelWorks Foundation http://keelworks.org

replacing all code with latest SVN regardless of conflicts or uncommitted changes or whatever

2010-06-10 Thread Thomas Anderson
Say I've added a bunch of debug code to files in a particular directory and that I want to now remove all the debug code. I could search through the file and manually remove it all or I could just re checkout the directory from SVN and replace the debug directory with the latest SVN code. Problem

Fw: Potential issue with svn:externals

2010-06-16 Thread Thomas Giesel
mal external in the project explorer after these two lines have been removed, while "b" is shown with an exclamation mark (Obstructed). "src/d" can't be removed with Eclipse then, one has to "rm -r" it manually from a shell window. Our software has many different configurations with different versions of different subsystems, this can be done easily with externals, better than using branches for all variations. Hopefully this feature will get even better in the future ;) (Server: >= 1.6.x, Client: 1.6.11, both on Linux) Regards, Thomas

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: 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

Getting started with subversion

2010-07-14 Thread Thomas Garrod
I'm sorry guys (and gals), I have a very basic question: How to you get files into your repository. I've got the O'Reilly book (2nd Edition), but I'm afraid is presumes too much of me. I looked at chapter 2, page 18, and it includes the following: ...typically use this when you have an existing t

Re: Getting started with subversion

2010-07-14 Thread Thomas Garrod
Thanks Bob. I looked at the free book, but it looks word-for-word the same, Getting New Data into Your Repository is exactly the same. Can you point me to the right place? I thought perhaps the information under Initial Check Out would set up an initial file structure. I tried: Macintosh:GraphicA

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: 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

Update Error over VPN

2015-03-04 Thread Stümpfig , Thomas
uniper VPN connection (ipsec, nat traversal compatible) over a carrier grade nat internet connection. Any idea what is going wrong here? Regards Thomas - Siemens Industry Software GmbH & Co. KG; Anschrift: Franz-Geuer-Str. 10, 50823 Köln; Kommanditgesellschaft: Sitz de

RE: Update Error over VPN

2015-03-08 Thread Stümpfig , Thomas
Nobody has any suggestions? What are the influences on networkside other than a correct http(s)/tcp/ip transmission. Where can I get info about timouts etc.. From: Stümpfig, Thomas [mailto:thomas.stuemp...@siemens.com] Sent: Mittwoch, 4. März 2015 15:27 To: users@subversion.apache.org Subject

RE: Update Error over VPN

2015-03-09 Thread Stümpfig , Thomas
this fixes the issues I'll keep this list informed regards Thomas From: Bert Huijben [mailto:b...@qqmail.nl] Sent: Sonntag, 8. März 2015 13:20 To: Stümpfig, Thomas; users@subversion.apache.org Subject: RE: Update Error over VPN Hi Thomas, It is kind of hard to answer

RE: Copy and Reduce the size of SVn repos

2015-03-11 Thread Stümpfig , Thomas
anted feature is obliteration. Regards Thomas -Original Message- From: Les Mikesell [mailto:lesmikes...@gmail.com] Sent: Dienstag, 10. März 2015 23:37 To: Nico Kadel-Garcia Cc: Branko Čibej; Subversion Subject: Re: Copy and Reduce the size of SVn repos On Sun, Mar 8, 2015 at 8:27 PM, Nico

RE: Update Error over VPN

2015-03-11 Thread Stümpfig , Thomas
AN is also unknown to me. :-(. I am just the guy who cares about the svn server. Regards Thomas -Original Message- From: Bert Huijben [mailto:b...@qqmail.nl] Sent: Dienstag, 10. März 2015 14:33 To: 'Alfred von Campe' Cc: 'Branko Čibej'; Stümpfig, Thomas; users@sub

RE: Update Error over VPN

2015-03-11 Thread Stümpfig , Thomas
, Thomas; users@subversion.apache.org; Nico Kadel-Garcia Subject: Re: Update Error over VPN Bert: > This error can be triggered (without further details) if our serf HTTP > library decides to cancel the request... But for that it would need a good > reason. > > It would be very inte

[no subject]

2015-04-22 Thread Thomas Chua
Hi,   Our company use Subversion in UK for some years now but theknowledge of the setup and administration was lost due to staff turnover. I am seeking a competent professional or vendor in Singapore to help usmigrate a library from UK to Singapore.  Ifyou know someone willing to take up a

svn crash

2015-11-22 Thread Thomas Sußebach
please find attached the minidump file cheers, thomas svn-crash-log20151123073914.dmp Description: svn-crash-log20151123073914.dmp svn-crash-log20151123073914.log Description: svn-crash-log20151123073914.log

RE: A couple thousand mp3 files (this is not spam I swear )

2016-08-18 Thread Stümpfig , Thomas
3rd party tools. Transport encryption (https) is supported. And finally I would like to add that svn is not a file system, despite the fact that svn provides webdav capabilities. As Stefan stated, it is a scm tool :-) and it does the job really well. Regards Thomas -Original Message- Fr

svnsync on large files

2016-12-07 Thread Stümpfig , Thomas
incremental (works) and adjust revprop info in rev 0 to the new imported files. But the I got a path already exists for following syncs. Might not be related to my manipulations but could be the case. Any Help is appreciated Mit freundlichen Grüßen Thomas Stümpfig Siemens Indusry Software GmbH

RE: svnsync on large files

2016-12-07 Thread Stümpfig , Thomas
xxx Last Changed Rev: 54617 Last Changed Date: 2016-12-05 11:38:18 +0100 (Mon, 05 Dec 2016) This is the situation of the starting point. (I restored) Regards Thomas -Original Message- From: Daniel Shahaf [mailto:danie...@apache.org] Sent: Mittwoch, 7. Dezember 2016 23:09 To: Pave

  1   2   >