[no subject]

2014-07-23 Thread Ayers, Kevin
Debugg, Code Warrior/Marine Senior Member, Technical Staff AMD Lone Star Campus [cid:image003.jpg@01CFA4D1.8E38C900] Visit us at: Facebook | amd.com svn-crash-log20140721094926.dmp Description: svn-crash-log20140721094926.dmp svn-crash-log201

Re: svn:global-ignores limited to workspace dirs?

2014-07-23 Thread Stefan Sperling
On Wed, Jul 23, 2014 at 02:02:39PM +0200, Matthias Vorwerk wrote: > Hi, > > setting the svn property svn:global-ignores to the repository root (or some > higher level directory in the repository) - it obviously does not get > inherited > if I only checkout and work in some lower-level directory

Re: http-request PUT

2014-07-23 Thread Philip Martin
merch store writes: > thanks for this idea, i tried it but the same error occured > with wireshark i checked what svn roughly does > and there it said that it transmitted the latest revision via > X-SVN-Version-Name, the md5 of the latest revision via > X-SVN-Base-Fulltext-MD5 and the md5 of the

Re: http-request PUT

2014-07-23 Thread merch store
thanks for this idea, i tried it but the same error occured with wireshark i checked what svn roughly does and there it said that it transmitted the latest revision via X-SVN-Version-Name, the md5 of the latest revision via X-SVN-Base-Fulltext-MD5 and the md5 of the altered version via X-SVN-Result

AW: http-request PUT

2014-07-23 Thread Markus Schaber
Hi, merch store, I'm not into the details of the protocol, but my guess is that you should send the new, updated checksum only for X-SVN-Result-Fulltext-MD5 and not for X-SVN-Base-Fulltext-MD5. Best regards Markus Schaber CODESYS® a trademark of 3S-Smart Software Solutions GmbH Inspiring Aut

svn:global-ignores limited to workspace dirs?

2014-07-23 Thread Matthias Vorwerk
Hi, setting the svn property svn:global-ignores to the repository root (or some higher level directory in the repository) - it obviously does not get inherited if I only checkout and work in some lower-level directory (until subversion-1.8.9) . It looks like the parent directory containing the s

Re: http-request PUT

2014-07-23 Thread merch store
during the checkout i get through the responsebody of options (by searching for SVN-Youngest-Rev) the latest revision on this revision i do a get and after that a calcMD5 on the xml i get from this revision so basically yes before the commit i alter the xml-string, do another calcMD5 on the new str

AW: http-request PUT

2014-07-23 Thread Markus Schaber
Hi, merch store, which md5 sum are you sending as X-SVN-Base-Fulltext-MD5? The one of the latest revision in the repository? Best regards Markus Schaber CODESYS® a trademark of 3S-Smart Software Solutions GmbH Inspiring Automation Solutions 3S-Smart Software S

Re: http-request PUT

2014-07-23 Thread merch store
i already implemented every request needed checkout: OPTIONS, PROPFIND, OPTIONS, REPORT, GET checkin: OPTIONS, POST, PUT, (if succeeded: MERGE, otherwise: DELETE) currently my console says my xml file is out of date i think i've done everthing like svn (checked with wireshark what svn does) the ur

Re: Version discrepency

2014-07-23 Thread Andreas Stieger
> On 23 Jul 2014, at 08:34, kanupriya pathak > wrote: > > one more issue is there, when i tried to install and run apache2, there were > two module mod_authz_svn.so and mod_dav_svn.so that were not present by > default of same version then i installed it of 1.6 version and then apache > sta

Re: Version discrepency

2014-07-23 Thread kanupriya pathak
one more issue is there, when i tried to install and run apache2, there were two module mod_authz_svn.so and mod_dav_svn.so that were not present by default of same version then i installed it of 1.6 version and then apache started working fine. will that be a concern or should i download the

Re: Version discrepency

2014-07-23 Thread kanupriya pathak
Not just Client, I have done the installation n configuration part of the server as well. Following is the configuration i have used for dav_svn .conf file : DAV svn SVNParentPath /opt/svnrepo SVNListParentPath On AuthType Basic AuthName "Subversion Repository" A

Re: pre commit hook script server side to block commit if conflict markers are present in the committing file

2014-07-23 Thread Andreas Stieger
Hi, > On 23 Jul 2014, at 06:50, Shivaprakash Tirlapur > wrote: > > can any one help me i want a pre commit hook script server side subversion > for windows to block the commit if conflict markers are present in the > committing file Start by reading the documentation about the hook in the

Re: Version discrepency

2014-07-23 Thread Andreas Stieger
> On 23 Jul 2014, at 07:18, kanupriya pathak > wrote: > > I have installed SVN 1.8.9 on Debian 7 but the issue is when I try to access > the repository through 'lynx' there it shows : > > " Powered by Subversion version 1.6.17 (r1128011). " > > I am not understanding why is it not showing