Re: http-request PUT

2014-07-25 Thread merch store
-checkin-commit-within-html but until now nobody could really help me 2014-07-24 21:03 GMT+02:00 Ben Reser b...@reser.org: On 7/24/14 12:44 AM, merch store wrote: i thought the same, but i use the youngest revision i get from the OPTIONS the SVN-Txn-Name which i get from the POST request

Re: http-request PUT

2014-07-25 Thread merch store
okay i found my mistake... in the X-SVN-Version-Name i've put a ' ' around the revision... because of that svn couldn't read it therefor the error... thanks for the help 2014-07-25 10:39 GMT+02:00 merch store primusma...@gmail.com: i searched for a library to do this process but i couldn't

Re: http-request PUT

2014-07-24 Thread merch store
i thought the same, but i use the youngest revision i get from the OPTIONS the SVN-Txn-Name which i get from the POST request and need for the PUT is the same revision as the youngest revision is it possible that i need the revision in which my xml was edited the last time? or that the url for

Re: http-request PUT

2014-07-23 Thread merch store
Philip Martin philip.mar...@wandisco.com: merch store primusma...@gmail.com writes: i want to do a checkin from an html-site. i already implemented the checkout so i roughly know how to implent http-requests. right now i nearly finished the task, i've got just one problem within the PUT

Re: http-request PUT

2014-07-23 Thread merch store
string and try to commit it 2014-07-23 14:51 GMT+02:00 Markus Schaber m.scha...@codesys.com: 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

Re: http-request PUT

2014-07-23 Thread merch store
:00 Markus Schaber m.scha...@codesys.com: 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

http-request PUT

2014-07-21 Thread merch store
i want to do a checkin from an html-site. i already implemented the checkout so i roughly know how to implent http-requests. right now i nearly finished the task, i've got just one problem within the PUT methode. during the PUT you have to send a body which is a diff. but i don't know how svn