Problem in setting Subversion SVN with Windows Domain users authentication

2011-10-06 Thread Subodh Singh
Hi, How do I integrate Domain uses with SubversionSVN. I am able to get repository as SVN authentication. Thanks Subodh

RE: how to compare an exported file (or set of files) against the repository?

2011-10-06 Thread REEDICK, ANDREW
Unless you exported multiple revisions, you shouldn't need more than a few positive matches to determine the revision. First, compare the tree structure against the repository. You'll want to avoid researching moved files, and this will help you narrow down your search. Second, 'svn export' se

Re: Subversion and Remote Repository Synchronization

2011-10-06 Thread Mark Phippard
On Thu, Oct 6, 2011 at 4:23 PM, David Weintraub wrote: >> On Thu, Oct 6, 2011 at 1:51 PM, Daniel Shahaf >> wrote: >> >> What about using "svngit"? We could have an automated process that >> pulls data from the Subversion repository in the U.S. and creates a >> local Git repository

Re: Subversion and Remote Repository Synchronization

2011-10-06 Thread David Weintraub
> On Thu, Oct 6, 2011 at 1:51 PM, Daniel Shahaf wrote: > >>> >> What about using "svngit"? We could have an automated process that >>> >> pulls data from the Subversion repository in the U.S. and creates a >>> >> local Git repository in India using "svngit'. This could be done when >>> >> there's

Re: Subversion and Remote Repository Synchronization

2011-10-06 Thread Les Mikesell
On Thu, Oct 6, 2011 at 1:51 PM, Daniel Shahaf wrote: >> >> What about using "svngit"? We could have an automated process that >> >> pulls data from the Subversion repository in the U.S. and creates a >> >> local Git repository in India using "svngit'. This could be done when >> >> there's no one

Re: svn: generic failure

2011-10-06 Thread Stefan Sperling
On Thu, Oct 06, 2011 at 11:55:34AM +0200, frantisek holop wrote: > hi there, > > (i am not subscribed to the list, please cc: me with your answer) > > the problem in a nutshell: > > repository$ svn up > svn: generic failure > > i am having a hard time tracking this down, so any pointers > are a

Re: Subversion and Remote Repository Synchronization

2011-10-06 Thread Daniel Shahaf
Les Mikesell wrote on Thu, Oct 06, 2011 at 13:25:58 -0500: > On Thu, Oct 6, 2011 at 12:55 PM, Daniel Shahaf > wrote: > > David Weintraub wrote on Thu, Oct 06, 2011 at 12:22:33 -0400: > >> What about using "svngit"? We could have an automated process that > >> pulls data from the Subversion reposi

Re: Subversion and Remote Repository Synchronization

2011-10-06 Thread Les Mikesell
On Thu, Oct 6, 2011 at 12:55 PM, Daniel Shahaf wrote: > David Weintraub wrote on Thu, Oct 06, 2011 at 12:22:33 -0400: >> What about using "svngit"? We could have an automated process that >> pulls data from the Subversion repository in the U.S. and creates a >> local Git repository in India using

Re: Subversion and Remote Repository Synchronization

2011-10-06 Thread Daniel Shahaf
David Weintraub wrote on Thu, Oct 06, 2011 at 12:22:33 -0400: > What about using "svngit"? We could have an automated process that > pulls data from the Subversion repository in the U.S. and creates a > local Git repository in India using "svngit'. This could be done when > there's no one in the In

Re: Subversion and Remote Repository Synchronization

2011-10-06 Thread Mark Phippard
On Thu, Oct 6, 2011 at 12:22 PM, David Weintraub wrote: > Let's say I have a team in the U.S. where my Subversion repository is > kept, and I have a remote team in India. The remote team in India is > complaining about the length of time for checkouts and commits. Is > there a solution to this par

Re: Subversion and Remote Repository Synchronization

2011-10-06 Thread Ed
Subversion is not disributed - try svnsync for a while, most of the pain should go away otherwise check out http://www.wandisco.com/ On Thu, Oct 6, 2011 at 9:22 AM, David Weintraub wrote: > Let's say I have a team in the U.S. where my Subversion repository is > kept, and I have a remote team in I

Subversion and Remote Repository Synchronization

2011-10-06 Thread David Weintraub
Let's say I have a team in the U.S. where my Subversion repository is kept, and I have a remote team in India. The remote team in India is complaining about the length of time for checkouts and commits. Is there a solution to this particular issue in Subversion? I could create a local Svnsync repo

RE: Problem when commiting with svnmirrors

2011-10-06 Thread Dominik Psenner
I’m unsure if this really matters, but there exists a commercial product that enables svn morroring with writeable mirrors by using the paxos algorithm. _ From: yasith tharindu [mailto:yasithu...@gmail.com] Sent: Thursday, October 06, 2011 1:03 PM To: Thorsten Schöning Cc: users@subve

Re: Crash report from TortoiseSVN

2011-10-06 Thread Andy Levy
On Thu, Oct 6, 2011 at 08:26, Aleksa Todorovic wrote: > > On Thu, Oct 6, 2011 at 13:02, Andy Levy wrote: >> >> On Thu, Oct 6, 2011 at 06:22, Aleksa Todorovic wrote: >> > --- >> > Subversion Exception! >> > --- >> > Subversion encountered a serious

Re: Crash report from TortoiseSVN

2011-10-06 Thread Aleksa Todorovic
On Thu, Oct 6, 2011 at 13:02, Andy Levy wrote: > On Thu, Oct 6, 2011 at 06:22, Aleksa Todorovic wrote: > > --- > > Subversion Exception! > > --- > > Subversion encountered a serious problem. > > Please take the time to report this on the Subversion

Re: Crash report from TortoiseSVN

2011-10-06 Thread Andy Levy
On Thu, Oct 6, 2011 at 06:22, Aleksa Todorovic wrote: > --- > Subversion Exception! > --- > Subversion encountered a serious problem. > Please take the time to report this on the Subversion mailing list > (users@subversion.apache.org) > with as much

Re: Problem when commiting with svnmirrors

2011-10-06 Thread yasith tharindu
Actually mirror is read only. Im sorry if i make you misunderstand. [1] is the configurations i made. Mirror use the "SVNMasterURI" directive. [1] http://www.yasith.info/2011/08/comprehensive-svn-mirror.html Thanks.. 2011/10/4 Thorsten Schöning > Guten Tag yasith tharindu, > am Dienstag, 4.

Crash report from TortoiseSVN

2011-10-06 Thread Aleksa Todorovic
--- Subversion Exception! --- Subversion encountered a serious problem. Please take the time to report this on the Subversion mailing list (users@subversion.apache.org) with as much information as possible about what you were trying to do. But please

svn: generic failure

2011-10-06 Thread frantisek holop
hi there, (i am not subscribed to the list, please cc: me with your answer) the problem in a nutshell: repository$ svn up svn: generic failure i am having a hard time tracking this down, so any pointers are appreciated. a bit more information: the repo is on debian (svnserve in its simplest c

Re: Subversion 1.6.17 installation

2011-10-06 Thread Mat Booth
On 5 October 2011 16:08, Kalimuthu Samayan wrote: > Hi, > Having trouble in installing Subversion 1.6.17 rpm since it is looking > for dependency library files like libapr-1.so, libaprutil-1.so and > libneon.so. Is that any one give me the URL to download the subversion > 1.6.17 installable. > > -

Log Entry with no details.

2011-10-06 Thread Jon Hardcastle
Guys, I have an oddity I have never seen before. I have a log entry when viewed from tortoise that has no author, actions, message and says (no date) for the date and time. any ideas? -- -- N: Jon Hardcastle E: j...@ehardcastle.com Q: The avalanche has already started. It is too late fo

RE: Transaction author without requiring password

2011-10-06 Thread Dominik Psenner
>Yes I did, and this is my deduction also. The user names won't make it >to the pre-commit unless they're required to authenticate by svnserve >first. I'm not an svnserve expert, please don't expect help there. All I can say is, that you could try to set up subversion within apache. Then it shoul