Hi,

I am using Neon-0.26.3 as an HTTP & WebDAV client. httpd-2.0.52 is used to 
configure the Apache server, While configuring had enabled the dav. 

My Application program which uses the neon API's is able to do 
OPTIONS,GET,DELETE,PROPFIND, PROPPATCH, COPY, MOVE, LOCK, UNLOCK, HEAD, 
POST. All these works successfully.

Now my next requirement is to use Versioning commands ( CHECKOUT, CHECKIN, 
MERGE, CREATEWORKSPACE, UPDATE, LABEL, BASELINE & CREATEACTIVITY). For 
this i have installed subversion-1.4.3, then made the changes in 
httpd.conf to configure the SVN.  I am able to browse & checkout the files 
through TORTOISESVN.

When i run the OPTIONS command from the application program, i am getting 
the supported commands: OPTIONS,GET,DELETE,PROPFIND, PROPPATCH, COPY, 
MOVE, LOCK, UNLOCK, HEAD, POST,CHECKOUT. Note only the CHECKOUT is getting 
added.. When i try to use the check out command getting an response from 
the neon saying "405 Method Not Allowed".

I appreciate if i get the information on the below question:
1. How to enable all the versioning commands, steps to be followed after 
installing SVN, so that when i send the OPTIONS command to neon , should 
get all the SVN commands.
2. Why it is saying CHECKOUT command not found when i sent the command.

It would be great if i get an information on installing & using subversion 
through neon. Thanks in advance.

Thanks & Regards
-Rakesh
_______________________________________________
neon mailing list
[email protected]
http://mailman.webdav.org/mailman/listinfo/neon

Reply via email to