|
List Info
Thread: where slide stores file/folder ?
|
|
| where slide stores file/folder ? |
  India |
2007-05-13 23:31:11 |
Could any one kind me suggest the configuration file which
define the
location where slide
user store its file/folder in slide ?
thanks
------------------------------------------------------------
---------
To unsubscribe, e-mail: slide-user-unsubscribe jakarta.apache.org
For additional commands, e-mail: slide-user-help jakarta.apache.org
------------------------------------------------------------
---------
To unsubscribe, e-mail: slide-user-unsubscribe jakarta.apache.org
For additional commands, e-mail: slide-user-help jakarta.apache.org
|
|
| Re: where slide stores file/folder ? |
  Argentina |
2007-05-14 06:58:00 |
have a look at your Domain.xml File. There you'll find a
parameter like
this one: <filespath>/files</filespath>
Perhaps you have to adjust some other parameters as well.
Matthias
JOYDEEP wrote:
> Could any one kind me suggest the configuration file
which define the
> location where slide
> user store its file/folder in slide ?
>
> thanks
>
>
------------------------------------------------------------
---------
> To unsubscribe, e-mail: slide-user-unsubscribe jakarta.apache.org
> For additional commands, e-mail: slide-user-help jakarta.apache.org
>
>
>
>
------------------------------------------------------------
---------
> To unsubscribe, e-mail: slide-user-unsubscribe jakarta.apache.org
> For additional commands, e-mail: slide-user-help jakarta.apache.org
>
------------------------------------------------------------
---------
To unsubscribe, e-mail: slide-user-unsubscribe jakarta.apache.org
For additional commands, e-mail: slide-user-help jakarta.apache.org
|
|
| How to add custom property to Version of
file |
  United States |
2007-05-14 23:36:14 |
Hi Sliders
I am facing problem while assigning custom property for file
version resides
in history folder.
Slide maintain version details in different way than for
normal file.
I need to assign custom property like "Comment"
for perticular version but I
am not able to get what path I should
give to HTTPURL object as in
for files we can get handle as
http://server/slide
/files/abc.xml
but for version of abc.xml what path can it be!
I can set property for http://server/slide
/files/abc.xml but not able to set
for version since I cant access it!
Any help or suggestion will be appriciated!
With best regards,
Satish
Disclaimer:
This e-mail may contain Privileged/Confidential information
and is intended only for the individual(s) named. Any
review, retransmission, dissemination or other use of, or
taking of any action in reliance upon this information by
persons or entities other than the intended recipient is
prohibited. Please notify the sender, if you have received
this e-mail by mistake and delete it from your system.
Information in this message that does not relate to the
official business of the company shall be understood as
neither given nor endorsed by it. E-mail transmission cannot
be guaranteed to be secure or error-free. The sender does
not accept liability for any errors or omissions in the
contents of this message which arise as a result of e-mail
transmission. If verification is required please request a
hard-copy version. Visit us at http://www.harbinge
r-systems.com/
------------------------------------------------------------
---------
To unsubscribe, e-mail: slide-user-unsubscribe jakarta.apache.org
For additional commands, e-mail: slide-user-help jakarta.apache.org
|
|
| Re: where slide stores file/folder ? |
  India |
2007-05-15 06:41:08 |
Matthias Reischenbacher wrote:
> have a look at your Domain.xml File. There you'll find
a parameter
> like this one:
<filespath>/files</filespath>
> Perhaps you have to adjust some other parameters as
well.
>
> Matthias
Thanks, I'll check it
>
> JOYDEEP wrote:
>> Could any one kind me suggest the configuration
file which define the
>> location where slide
>> user store its file/folder in slide ?
>>
>> thanks
>>
>>
------------------------------------------------------------
---------
>> To unsubscribe, e-mail: slide-user-unsubscribe jakarta.apache.org
>> For additional commands, e-mail:
slide-user-help jakarta.apache.org
>>
>>
>>
>>
------------------------------------------------------------
---------
>> To unsubscribe, e-mail: slide-user-unsubscribe jakarta.apache.org
>> For additional commands, e-mail:
slide-user-help jakarta.apache.org
>>
>
>
------------------------------------------------------------
---------
> To unsubscribe, e-mail: slide-user-unsubscribe jakarta.apache.org
> For additional commands, e-mail: slide-user-help jakarta.apache.org
>
>
------------------------------------------------------------
---------
To unsubscribe, e-mail: slide-user-unsubscribe jakarta.apache.org
For additional commands, e-mail: slide-user-help jakarta.apache.org
|
|
| Re: How to add custom property to
Version of file |
  Argentina |
2007-05-15 07:02:15 |
With default configuration slide stores versions in the
history folder,
in your case it would be something like: http://server/slide/his
tory/.
There you'll find subfolders which contain the versions for
each webdav
resource.
I'm not completely sure how you do the versioning of your
files. As I
have understood so far, there are two ways: 1) use slide
versioning over
the slide API; 2) use DeltaV versioning extensions over the
webdav
client library.
If you use way one, check out the slide API javadocs and
there you'll
find the solutions. If you use way two, you'll have to
retrieve the
verion tree of your webdav resource ( = your file). This is
done by
executing the REPORT method which will return you a xml
fragment of all
the version URIs. Check out the webdav client library
javadoc for more
details.
Matthias
Satish wrote:
> Hi Sliders
>
> I am facing problem while assigning custom property for
file version resides
> in history folder.
> Slide maintain version details in different way than
for normal file.
>
> I need to assign custom property like
"Comment" for perticular version but I
> am not able to get what path I should
> give to HTTPURL object as in
>
> for files we can get handle as
> http://server/slide
/files/abc.xml
>
> but for version of abc.xml what path can it be!
>
> I can set property for http://server/slide
/files/abc.xml but not able to set
> for version since I cant access it!
>
> Any help or suggestion will be appriciated!
>
>
> With best regards,
> Satish
>
> Disclaimer:
> This e-mail may contain Privileged/Confidential
information and is intended only for the individual(s)
named. Any review, retransmission, dissemination or other
use of, or taking of any action in reliance upon this
information by persons or entities other than the intended
recipient is prohibited. Please notify the sender, if you
have received this e-mail by mistake and delete it from your
system. Information in this message that does not relate to
the official business of the company shall be understood as
neither given nor endorsed by it. E-mail transmission cannot
be guaranteed to be secure or error-free. The sender does
not accept liability for any errors or omissions in the
contents of this message which arise as a result of e-mail
transmission. If verification is required please request a
hard-copy version. Visit us at http://www.harbinge
r-systems.com/
>
>
------------------------------------------------------------
---------
> To unsubscribe, e-mail: slide-user-unsubscribe jakarta.apache.org
> For additional commands, e-mail: slide-user-help jakarta.apache.org
>
------------------------------------------------------------
---------
To unsubscribe, e-mail: slide-user-unsubscribe jakarta.apache.org
For additional commands, e-mail: slide-user-help jakarta.apache.org
|
|
| Re: How to add custom property to
Version of file |
  Germany |
2007-05-15 07:44:19 |
Hi,
in RFC3253 (WebDAV versioning) versions are immutable. So
you can't set
a property on a version. This is by design.
Best regards, Julian
------------------------------------------------------------
---------
To unsubscribe, e-mail: slide-user-unsubscribe jakarta.apache.org
For additional commands, e-mail: slide-user-help jakarta.apache.org
|
|
| Re: where slide stores file/folder ? |
  India |
2007-05-17 03:10:11 |
Matthias Reischenbacher wrote:
> have a look at your Domain.xml File. There you'll find
a parameter
> like this one:
<filespath>/files</filespath>
> Perhaps you have to adjust some other parameters as
well.
>
> Matthias
Could you kindly suggest where is that file ? this is a
newly installed
slide.
>
> JOYDEEP wrote:
>> Could any one kind me suggest the configuration
file which define the
>> location where slide
>> user store its file/folder in slide ?
>>
>> thanks
>>
>>
------------------------------------------------------------
---------
>> To unsubscribe, e-mail: slide-user-unsubscribe jakarta.apache.org
>> For additional commands, e-mail:
slide-user-help jakarta.apache.org
>>
>>
>>
>>
------------------------------------------------------------
---------
>> To unsubscribe, e-mail: slide-user-unsubscribe jakarta.apache.org
>> For additional commands, e-mail:
slide-user-help jakarta.apache.org
>>
>
>
------------------------------------------------------------
---------
> To unsubscribe, e-mail: slide-user-unsubscribe jakarta.apache.org
> For additional commands, e-mail: slide-user-help jakarta.apache.org
>
>
------------------------------------------------------------
---------
To unsubscribe, e-mail: slide-user-unsubscribe jakarta.apache.org
For additional commands, e-mail: slide-user-help jakarta.apache.org
|
|
| Re: where slide stores file/folder ? |
  India |
2007-05-17 03:52:58 |
JOYDEEP wrote:
> Matthias Reischenbacher wrote:
>
>> have a look at your Domain.xml File. There you'll
find a parameter
>> like this one:
<filespath>/files</filespath>
>> Perhaps you have to adjust some other parameters as
well.
>>
>> Matthias
>>
>
> Could you kindly suggest where is that file ? this is a
newly installed
> slide.
>
OK Matthias, I have found the file. There is
<!-- Paths configuration --> section where I have
seen
<filespath>/files</filespath>
So what to do so that user's home directory can be accessed
by webdav ? please help.
thanks
>
>> JOYDEEP wrote:
>>
>>> Could any one kind me suggest the configuration
file which define the
>>> location where slide
>>> user store its file/folder in slide ?
>>>
>>> thanks
>>>
>>>
------------------------------------------------------------
---------
>>> To unsubscribe, e-mail:
slide-user-unsubscribe jakarta.apache.org
>>> For additional commands, e-mail:
slide-user-help jakarta.apache.org
>>>
>>>
>>>
>>>
------------------------------------------------------------
---------
>>> To unsubscribe, e-mail:
slide-user-unsubscribe jakarta.apache.org
>>> For additional commands, e-mail:
slide-user-help jakarta.apache.org
>>>
>>>
>>
------------------------------------------------------------
---------
>> To unsubscribe, e-mail: slide-user-unsubscribe jakarta.apache.org
>> For additional commands, e-mail:
slide-user-help jakarta.apache.org
>>
>>
>>
>
>
>
------------------------------------------------------------
---------
> To unsubscribe, e-mail: slide-user-unsubscribe jakarta.apache.org
> For additional commands, e-mail: slide-user-help jakarta.apache.org
>
>
>
------------------------------------------------------------
---------
To unsubscribe, e-mail: slide-user-unsubscribe jakarta.apache.org
For additional commands, e-mail: slide-user-help jakarta.apache.org
|
|
[1-8]
|
|