Re: Error:1053 when starting Subverion as a Windows 2008 Server R2 service

2010-06-30 Thread Csaba Raduly
On Wed, Jun 30, 2010 at 4:41 PM, Roberto de Castro wrote: > Hi Csaba Raduly! > This is Event Viewer log message: > Log Name:      System > Source:        Service Control Manager > Date:          30/06/2010 11:32:57 > Event ID:      7000 > Task Category: None > Level:         Error > Keywords:      

svn 1.3 crashing after sometime

2010-06-30 Thread west alto
Hi Gurus, Kindly help me with my problem. Subversion is running fine for sometime and then system load suddenly goes high and no one can login to the server. 172.23.14.1 - - [01/Jul/2010:10:18:36 +0800] "PROPFIND /xyz/branches/prod HTTP/1.1" 401 1263 172.23.14.1 - - [01/Jul/2010:10:18:36 +0800]

new feature request: maxfilesize

2010-06-30 Thread marcos
Hello, I am a long term subversion user and use it in my everyday work. Sometimes happens to me that I checkout a local copy of some directory in the repository from a low speed modem connection, if the directory contains a huge file the download time can be extremely high. Because I am not partic

RE: out of date branches

2010-06-30 Thread Jan Lund
Yeah, thanks! Your answer is along the lines of what I've been thinking. Using the repo browser or hook-script. Best would probably be to introduce a hook script which forbids people to branch from an older version than was previously branched. An example of such a script would be GREATLY appre

RE: out of date branches

2010-06-30 Thread Jan Lund
Hi! Thanks for reply. Well it was possible. And I'm pretty sure server was 1.6 at the time. All users are using TortoiseSVN. The revision 1174 was copied from 1112 but 1151 had replaced 1146(!!) so 1174 lost everything after 1112! Since user2 hadn't updated to revision 1173 in the "from"-branc

AW: Reintegrate merge to another branch

2010-06-30 Thread Graf, Andreas
Thank you Bob! -Ursprüngliche Nachricht- Von: Bob Archer [mailto:bob.arc...@amsi.com] Gesendet: Mittwoch, 30. Juni 2010 17:53 An: Graf, Andreas; Giulio Troccoli; users@subversion.apache.org Cc: Bruedern, Ivonne Betreff: RE: Reintegrate merge to another branch >>> From: Graf, Andreas [mai

RE: out of date branches

2010-06-30 Thread Bob Archer
> -Original Message- > From: Jan Lund [mailto:janne_l...@yahoo.com] > Sent: Wednesday, June 30, 2010 11:28 AM > To: users@subversion.apache.org > Subject: out of date branches > > Hi all, > > I would like to know if there are any recommendations as to enforce > a team to always branch fro

RE: Reintegrate merge to another branch

2010-06-30 Thread Bob Archer
>>> From: Graf, Andreas [mailto:andreas.g...@ext.eu.panasonic.com] >>> We are using Tortoise reintegrate successfully to merge changes >>> back to the branch that have been used for branch-off. >>> >>> But if we are using reintegrate to apply the same differences to >>> another branch, we are gett

RE: out of date branches

2010-06-30 Thread Bert Huijben
Subversion doesn’t allow you to commit changes to out of date files and with Subversion 1.6 you would get a tree conflict on updating the replaced file. This tree conflict would explain that there were changes to the file that you replaced. Bert From: Jan Lund [mailto:jan

out of date branches

2010-06-30 Thread Jan Lund
Hi all, I would like to know if there are any recommendations as to enforce a team to always branch from the latest revision of a branch. There's a big risk that a developer might have forgotten to update a branch, then does a replace (in TortoiseSVN) which overwrites a more recent version of a

AW: Reintegrate merge to another branch

2010-06-30 Thread Graf, Andreas
Hi Giulio, Thank you for your comments. From my point of view, the bennefit of reintegrate is that users do not have to take care about the used revisions, so we would like to use that functionality for submitting changes to other branches too. For instance when we have to provide patches

Re: auto-props on import use local temp file name instead of remote destination file name

2010-06-30 Thread Justin Johnson
> > Hi Justin, > > On Fri, Jun 25, 2010 at 09:09:39AM -0500, Justin Johnson wrote: > > > I am attempting to import a file and set svn:eol-style in one command > using > > the --auto-props and --config-option options to svn import. When I do > the > > import I explicitly specify the file name in th

RE: Reintegrate merge to another branch

2010-06-30 Thread Giulio Troccoli
I don't think is possible to use --reintegrate. You can always to a "old style" merge with a revision range. But there is something I don't understand. I presume you have created both branches from trunk, so after you have reintegrated the first branch, isn't it ebough to do a merge from trunk

Reintegrate merge to another branch

2010-06-30 Thread Graf, Andreas
Hi SVN folks! We are using Tortoise reintegrate successfully to merge changes back to the branch that have been used for branch-off. But if we are using reintegrate to apply the same differences to another branch, we are getting bad merge results. Is there a bug-fix for that problem availa

Re: Subversion upgrade from 1.5 to 1.6

2010-06-30 Thread Yves Martin
Hello, I agree that dump/restore is the best option but in some cases, a repository may be so large that dump/restore is unpratical. The "svnadmin upgrade" command is a minimal operation to do but your repository structure will not be sharded (if it comes from 1.4 for instance). My preference i