Re: http-request PUT

2014-07-25 Thread merch store
i searched for a library to do this process but i couldn't find one the only library which looked helpful was this one: https://github.com/sara-nl/js-webdav-client but it didn't help... in case you had other libraries in mind i would be grateful to know, because since 4 to 5 days i'm searching for

Re: http-request PUT

2014-07-25 Thread Branko Čibej
On 25.07.2014 10:39, merch store wrote: i searched for a library to do this process but i couldn't find one the only library which looked helpful was this one: https://github.com/sara-nl/js-webdav-client but it didn't help... in case you had other libraries in mind i would be grateful to

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-24 Thread Ben Reser
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 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

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

AW: http-request PUT

2014-07-23 Thread Markus Schaber
[mailto:primusma...@gmail.com] Gesendet: Mittwoch, 23. Juli 2014 10:31 An: Philip Martin; users@subversion.apache.org Betreff: Re: http-request PUT i already implemented every request needed checkout: OPTIONS, PROPFIND, OPTIONS, REPORT, GET checkin: OPTIONS, POST, PUT, (if succeeded: MERGE, otherwise: DELETE

Re: http-request PUT

2014-07-23 Thread merch store
-mail is strictly forbidden.* *Von:* merch store [mailto:primusma...@gmail.com] *Gesendet:* Mittwoch, 23. Juli 2014 10:31 *An:* Philip Martin; users@subversion.apache.org *Betreff:* Re: http-request PUT i already implemented every request needed checkout: OPTIONS, PROPFIND, OPTIONS, REPORT

AW: http-request PUT

2014-07-23 Thread Markus Schaber
of the material in this e-mail is strictly forbidden. Von: merch store [mailto:primusma...@gmail.com] Gesendet: Mittwoch, 23. Juli 2014 15:07 An: Markus Schaber Cc: users@subversion.apache.org Betreff: Re: http-request PUT during the checkout i get through the responsebody of options (by searching for SVN

Re: http-request PUT

2014-07-23 Thread merch store
of the material in this e-mail is strictly forbidden.* *Von:* merch store [mailto:primusma...@gmail.com] *Gesendet:* Mittwoch, 23. Juli 2014 15:07 *An:* Markus Schaber *Cc:* users@subversion.apache.org *Betreff:* Re: http-request PUT during the checkout i get through the responsebody of options

Re: http-request PUT

2014-07-23 Thread Philip Martin
merch store primusma...@gmail.com 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

Re: http-request PUT

2014-07-22 Thread Philip Martin
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 methode. during the PUT you have to send a

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