svnsync file not found error.

2010-03-22 Thread Matt Harrison
I'm trying to do a svnsync of this public repo: http://svn.runuo.com/repos/runuo/devel/ so I can access the repo when my machine is offline. I get this error at revision 419 svnsync: File not found: transaction '419-bn', path '/devel/Scripts/Engines/Doom/Lamp Room/LampController.cs' I am using svn

Re: Subversion SCC providers?

2010-03-22 Thread David Weintraub
Be helpful if I gave the URL to the manual: http://support.aldec.com/KnowledgeBase/Article.aspx?aid=000775&show=avh00232.htm. On Mon, Mar 22, 2010 at 9:15 PM, David Weintraub wrote: > On Mon, Mar 22, 2010 at 4:19 PM, Itamar O wrote: >> Hi David, >> AnkhSVN indeed came up during my searches, >>

Re: Subversion SCC providers?

2010-03-22 Thread David Weintraub
On Mon, Mar 22, 2010 at 4:19 PM, Itamar O wrote: > Hi David, > AnkhSVN indeed came up during my searches, > but according to [1] AnkhSVN works only with Visual Studio... > > [1] > http://ankhsvn.open.collab.net/wiki/Faq/#head-c716115ea60f783551e22b1d6d505f0e3aa3a014 You can always give it a try.

Re: SVN respository expiry date

2010-03-22 Thread Arthur Chan
Hi Jon, Thanks a bunch, your information is very useful for me! Best, Arthur On Mon, Mar 22, 2010 at 8:37 PM, Jon Foster wrote: > Hi, > > Arthur Chan wrote: > > I am requesting SVN checkin time from my previous company. > ... > > However, they told me that SVN only store logs for 3 months > >

Re: subversion failover

2010-03-22 Thread Brian Brophy
We also use Veritas Clustering. Yes, it is overkill, but in a corporate world this sometimes happens. SVN clients are purely on the HTTPS interface so Apache is our service-facing client view. There are (2) Red Hat Enterprise Linux servers using a SAN to persist the repository data. Veritas

Re: Subversion SCC providers?

2010-03-22 Thread Mark Phippard
There are no free or open-source MSSCCI providers to my knowledge. To get access to the API requires signing an NDA with Microsoft, so that makes it difficult, perhaps even impossible, to have an open-source implementation. I am aware of three providers for SVN. I have never used any of them. H

Re: Subversion SCC providers?

2010-03-22 Thread Itamar O
Hi David, AnkhSVN indeed came up during my searches, but according to [1] AnkhSVN works only with Visual Studio... [1] http://ankhsvn.open.collab.net/wiki/Faq/#head-c716115ea60f783551e22b1d6d505f0e3aa3a014 On Mon, Mar 22, 2010 at 9:18 PM, David Weintraub wrote: > Have you tried AnkhSVN? > < > h

Re: Subversion SCC providers?

2010-03-22 Thread David Weintraub
Have you tried AnkhSVN? . On Mon, Mar 22, 2010 at 1:54 PM, Itamar O wrote: > Hi list, > > I am trying to integrate SVN as a source control > provider for Active-HDL (from Aldec). > I understand that Active-

Re: subversion failover

2010-03-22 Thread Stephen Connolly
On 22 March 2010 16:21, west alto wrote: > Hi, > > Any one tried High Availability with subversion, using Apache, > Heartbeat and NFS? Is this possible? any problems encountered? > > My requirement doesn't need to be load balance, I just want that when > my primary subversion server is down my se

Subversion SCC providers?

2010-03-22 Thread Itamar O
Hi list, I am trying to integrate SVN as a source control provider for Active-HDL (from Aldec). I understand that Active-HDL supports the SCC API ("MSSCCI"?), and I was wondering if anyone knows of any free / open source SCC providers for SVN. Thanks, Itamar O.

Re: subversion failover

2010-03-22 Thread kmradke
west alto wrote on 03/22/2010 11:21:12 AM: > Any one tried High Availability with subversion, using Apache, > Heartbeat and NFS? Is this possible? any problems encountered? > > My requirement doesn't need to be load balance, I just want that when > my primary subversion server is down my secondar

subversion failover

2010-03-22 Thread west alto
Hi, Any one tried High Availability with subversion, using Apache, Heartbeat and NFS? Is this possible? any problems encountered? My requirement doesn't need to be load balance, I just want that when my primary subversion server is down my secondary server would be up. Does not need to be realtim

Re: Windows binaries for 1.6.9

2010-03-22 Thread Olivier Sannier
Chris Huseman wrote: Hello, I was wondering if the windows binary releases are still going to be maintained as they were for previous releases on tigris.org ? I ask because the most recent version available there (http://subversion.tigris.org/servlets/ProjectDocumentList?

RE: Windows binaries for 1.6.9

2010-03-22 Thread Cooke, Mark
Hi Chris, > I was wondering if the windows binary releases are still > going to be maintained as they were for previous releases on > tigris.org? I ask because the most recent version available > there > (http://subversion.tigris.org/servlets/ProjectDocumentList?folderID=8100 ) is v1.6.6. >

Windows binaries for 1.6.9

2010-03-22 Thread Chris Huseman
Hello, I was wondering if the windows binary releases are still going to be maintained as they were for previous releases on tigris.org? I ask because the most recent version available there ( http://subversion.tigris.org/servlets/ProjectDocumentList?folderID=8100) is v1.6.6. We always used to g

AW: Using svnant tasks always ends with authorization errors

2010-03-22 Thread Spilker , Jörg - bhn
Hello, i finally found the solution. bms.repository.passwd="XXX" has to be replaced by bms.repository.passwd=XXX Greetings, Jörg -Ursprüngliche Nachricht- Von: Spilker, Jörg - bhn [mailto:spilker.jo...@bhn-services.com] Gesendet: Montag, 22. März 2010 11:25 An: users@subversion.apac

RE: SVN respository expiry date

2010-03-22 Thread Jon Foster
Hi, Arthur Chan wrote: > I am requesting SVN checkin time from my previous company. ... > However, they told me that SVN only store logs for 3 months > by default so that all my commit time were lost. There are 2 different places you can get "commit time" information. First, there are the logs f

Using svnant tasks always ends with authorization errors

2010-03-22 Thread Spilker , Jörg - bhn
Hello, i´ve some problems using the svn ant tasks. I´ve downloaded the latest svnant 1.3.x and setup a small eclipse project to checkout some sources from a repository. However i always end up with the following error: checkoutLatest: [svn] started ... [svn] Authorization failed

Re: locally cache repository

2010-03-22 Thread Ryan Schmidt
On Mar 22, 2010, at 01:28, Sarah George wrote: > I was looking at the cool stuff you can do with apache's repository > replication & write-through proxy options, and thinking "wow I wonder if > there's an easy way to run something like this locally, so I can have > lightning fast access to my r

Cannot svnmucc handle put and mv in one transaction?

2010-03-22 Thread Henrik Sundberg
### I set up a repository like this (this is the contents of the extra args file specified by svnmucc -X): mkdir file:///C:/Temp/repo/trunk mkdir file:///C:/Temp/repo/trunk/test put file.v1.txt file:///C:/Temp/repo/trunk/test/file.txt mkdir file:///C:/Temp/repo/tags mkdir file:///C:/Temp/repo/

Re: zombie lock

2010-03-22 Thread Ulrich Eckhardt
On Monday 22 March 2010, Ramachandran, Vishwanath(IE10) wrote: > I have copied the zombie-locks to my hooks directory. Let me know, how > should I pass this in the post-commit, how to activate the script? > > > Will adding the entry in the post-commit as below, solve the issue > > remove-zombie-loc

Re: SVN respository expiry date

2010-03-22 Thread Ulrich Eckhardt
On Saturday 20 March 2010, Arthur Chan wrote: > I am writing to request your help for authority information about SVN > logging and commit information. > > I am requesting SVN checkin time from my previous company. I have worked > there for 2 years and left the company in Aug 2009. > > However, the

zombie lock

2010-03-22 Thread Ramachandran, Vishwanath(IE10)
Hi there I have copied the zombie-locks to my hooks directory. Let me know, how should I pass this in the post-commit, how to activate the script? Will adding the entry in the post-commit as below, solve the issue remove-zombie-locks.py /var/svn/myrepo all Regards Vishwanath

SVN respository expiry date

2010-03-22 Thread Arthur Chan
Dear Sir or Madam, I am writing to request your help for authority information about SVN logging and commit information. I am requesting SVN checkin time from my previous company. I have worked there for 2 years and left the company in Aug 2009. However, they told me that SVN only store logs for