What is UDS in subversion? (Strange issue in SCC SVN client PushOk)

2014-01-29 Thread Roman Kellner
Hi We are using a MSSCCI to SVN client (PushOk) which in the version 1.7.13 and with our project does strange things. When opening our IDE SccProjectOpen() is called on the MSSCCI interface. I do not exactly know what is done on the SVN level, but with the SccProjectOpen() call, outdated local

Re: What is UDS in subversion? (Strange issue in SCC SVN client PushOk)

2014-01-29 Thread Branko Čibej
On 29.01.2014 09:10, Roman Kellner wrote: > Hi > > We are using a MSSCCI to SVN client (PushOk) which in the version 1.7.13 and > with our project does strange things. > When opening our IDE SccProjectOpen() is called on the MSSCCI interface. > > I do not exactly know what is done on the SVN level

Re: line 1801: assertion failed (SVN_IS_VALID_REVNUM(changed_rev)) [SEC=UNCLASSIFIED]

2014-01-29 Thread Philip Martin
"Levy, Gabriel (Contractor)" writes: > I've upgraded from TortoiseSVN 1.7.3 (build 22386) using Subversion > 1.7.2 to TortoiseSVN 1.8.4 which uses Subversion 1.8.5 Now I'm getting > almost every time I try to checkout a project tree with externals in > it, the following Exception/Assertion at ran

Fwd: Re: SVN notify--post-commit---steps

2014-01-29 Thread sushant
Please provide the steps of the SVN notify for Linux/Ubuntu. Original Message Subject:Re: SVN notify--post-commit---steps Date: Wed, 29 Jan 2014 16:15:46 + From: Eric Johnson To: sushant Use the mailing list, please. On Jan 28, 2014, at 7:48 PM, "sush

Issue with pre-commit hooks in Subversion 1.7.7

2014-01-29 Thread Ramachandran Raghavendran
Hi, 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 txn number in the hook but the svnlook fails with the following message

encountered error with subversion version 1.8.0

2014-01-29 Thread Austin Mico
Hi, I have encountered error with subversion. The conf for apache is DAV svn SVNParentPath /var/repos SVNPathAuthz off AuthBasicProvider file AuthType Basic AuthName "SVN Login" AuthLDAPURL AuthUserFile /etc/httpd/conf/svnuser_local require user svnu

Re: encountered error with subversion version 1.8.0

2014-01-29 Thread David Chapman
On 1/29/2014 8:21 PM, Austin Mico wrote: Hi, I have encountered error with subversion. The conf for apache is DAV svn SVNParentPath /var/repos SVNPathAuthz off AuthBasicProvider file AuthType Basic AuthName "SVN Login" AuthLDAPURL AuthUserFile /etc/httpd/conf/svnus

Re: encountered error with subversion version 1.8.0

2014-01-29 Thread Austin Mico
The versions are Subversion 1.8.0 and Apache 2.2. Thanks for the quick reply. On Thu, Jan 30, 2014 at 12:37 PM, David Chapman wrote: > On 1/29/2014 8:21 PM, Austin Mico wrote: > >> Hi, >> >> I have encountered error with subversion. The conf for apache is >> >> >>DAV svn >>SVNParentPa

Re: encountered error with subversion version 1.8.0

2014-01-29 Thread Ben Reser
On 1/29/14, 8:21 PM, Austin Mico wrote: > I have encountered error with subversion. The conf for apache is > > >DAV svn >SVNParentPath /var/repos >SVNPathAuthz off > AuthBasicProvider file > AuthType Basic > AuthName "SVN Login" > AuthLDAPURL > AuthUserFile /etc/h

Re: encountered error with subversion version 1.8.0

2014-01-29 Thread Austin Mico
It keeps prompting for the password and throws the error below afterwards. svn: E215004: Commit failed (details follow): svn: E215004: No more credentials or we tried too many times. Authentication failed On Thu, Jan 30, 2014 at 12:46 PM, Ben Reser wrote: > On 1/29/14, 8:21 PM, Austin Mico wr