Hi!

I have gotten everything setup the way it should be, and adding resources to
the workspaces now works...

Next question: Is the webdav UPDATE method supported in slide? I'm now
trying to switch a versioncontrolled resource in my workspace to a newer
version...

I'll give it a try and let you know what I find....

Richie









-----Urspr�ngliche Nachricht-----
Von: Nevermann, Dr., Peter [mailto:[EMAIL PROTECTED]]
Gesendet: Montag, 16. September 2002 16:25
An: 'Slide Developers Mailing List'
Betreff: RE: DeltaV Workspaces, Labels and Advanced features


Hi Richard,

> Thanks for the tips on workspaces and labelling...
> I'm playing with my setup now, trying to get workspaces 
> going. The mkws
> command seems to work ok, but I can't seem to add a version 
> of a file to the
> workspace...

Should do by means of something like:

  VERSION-CONTROL /slide/workspace/peter/a.xml HTTP/1.1
  Content-Type: text/xml; charset="utf-8"
  Host: localhost:8888
  Authorization: Basic Og==
  Content-length: 159

  <?xml version="1.0" encoding="utf-8" ?>
  <D:version-control xmlns:D="DAV:">
  <D:version>
  <D:href>/slide/history/1/1.0</D:href>
  </D:version>
  </D:version-control>

> Does something like
> 
>  versioncontrol /workspace/public/test1.txt /history/1/1.0
> 
> or
> 
>  versioncontrol /workspace/public/test1.txt /files/test1.txt
> 
> seem like the right syntax for the slide client?

Hhmmm ... unfortunately the Slide client is not yet ready in terms of
DeltaV, sorry.

> All I ever get are 
> Created ..... failed.
> Conflict(409).
> 
> errors. Any ideas? What is the right syntax for creating 
> workspace resources
> based on versions of existing resources? What are the 
> pre-requisites in the
> DAV setup?

Have you tried using a sniffer to find out what exactly the Slide client is
sending to the server? There is one in Perl at http://www.schmerg.com.
Another useful tool for this is NetTool, downloadable at
http://sourceforge.net/projects/nettool.

Regards,
Peter

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to