Re: Subversion Service Keeps Stopping...

2014-01-30 Thread Thorsten Schöning
Guten Tag Albert, Anthony (Millennium), am Donnerstag, 30. Januar 2014 um 21:08 schrieben Sie: > - When viewing the process in the task manager, I can see > that there is a quickly increasing amount of RAM being utilized (0 > to 700MB in 10 seconds) and once it gets around 600MB or 700MB,

Re: Subversion Service Keeps Stopping...

2014-01-30 Thread Nico Kadel-Garcia
"We have Hyper-V Virtual Machine running svnserve" is like saying "I have this computer that has keyboard". It's missing a lot of important details, such as Subversion version, operating system, and basic system configuraitons like RAM and swap. >From what you mention, it sounds like it's running

Subversion Service Keeps Stopping...

2014-01-30 Thread Albert, Anthony (Millennium)
Hello, My organization is using Subversion on a Hyper-V virtual Machine (successfully for some time now), but just today we have been having a critical work-stoppage failure that I can't seem to find a solution for. Symptoms: - The SVN service (svnserve.exe) is stopped, so I start it

Re: Issue with pre-commit hooks in Subversion 1.7.7

2014-01-30 Thread Ryan Schmidt
On Jan 29, 2014, at 22:18, Ramachandran Raghavendran wrote: > I’m using Subversion 1.7.7 on windows with hooks written in python 2.7.2 > > I’m running SVNLOOK commands in my pre-commit hook with the syntax as folow > svnlook log -t commit_txn REPOS_PATH > > I’m able to trap and echo the

RE: tag rename fails to delete on svnsync mirror

2014-01-30 Thread Jones, Gretchen
The rename is being done via the "rename" command (tortoisesvn) in the master. The commit on the mirror is missing the delete for the old tag. Only new tag exists on the master. Both old tag and new tag now exist on the mirror. Gretchen Jones -Original Message- From: Philip Martin

Re: tag rename fails to delete on svnsync mirror

2014-01-30 Thread Philip Martin
"Jones, Gretchen" writes: > Yes, everything is syncing perfectly (AFAIK), No errors are encountered. > > But in this case: > I create a tag on the master, it syncs to the mirror > I rename that tag on the master, it syncs to the mirror > The new tag is present on the mirror but the old ta

RE: tag rename fails to delete on svnsync mirror

2014-01-30 Thread Jones, Gretchen
Yes, everything is syncing perfectly (AFAIK), No errors are encountered. But in this case: I create a tag on the master, it syncs to the mirror I rename that tag on the master, it syncs to the mirror The new tag is present on the mirror but the old tag is not removed. My gut says it mus

Re: tag rename fails to delete on svnsync mirror

2014-01-30 Thread Ben Reser
On 1/30/14, 8:52 AM, Jones, Gretchen wrote: > Can anyone explain why a tag “renamed” on the master repository is not > replicated identically on a mirror? A new tag is created on the mirror but the > old tag is not removed on the mirror. SVN 1.7.4 There isn't really sufficient information to give

tag rename fails to delete on svnsync mirror

2014-01-30 Thread Jones, Gretchen
Can anyone explain why a tag "renamed" on the master repository is not replicated identically on a mirror? A new tag is created on the mirror but the old tag is not removed on the mirror. SVN 1.7.4 Gretchen Jones