You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Chris Jensen <cj...@edex.com.au> on 2005/09/14 06:51:15 UTC

Logging with WebDrive or similar

Hi,
Just wondering if there's anything out there similar to MS Web Folders 
or Novell Net Drive that would allow you to do things like alter properties?
Specifically what I'm thinking of is log messages.
I realise that it's not possible to set a log message with 
autoversioning at the time of commit since the application doesn't know 
it's more than a normal file save.
So what I was thinking of was something like a user could save the file, 
and then right click on it, pull up properties or something and set the 
log message for the last commit (not to mention browse the log messages 
for previous commits)

Regards
Chris

-- 
---------------------------------------------------------------------
Chris Jensen cjensen@edex.com.au

Educational Experience (Australia)
Postal Address: PO Box 860, Newcastle NSW 2300
Freecall:       1-800-025 270      International: +61-2-4923 8222
Fax:            (02) 4942 1991     International: +61-2-4942 1991

Visit our online Toy store! http://www.toysandmore.com.au/
---------------------------------------------------------------------

Re: Logging with WebDrive or similar

Posted by Ximon Eighteen <xi...@int.greenpeace.org>.
Ben Collins-Sussman wrote:
> 
> On Sep 14, 2005, at 1:51 AM, Chris Jensen wrote:
> 
>> Hi,
>> Just wondering if there's anything out there similar to MS Web 
>> Folders or Novell Net Drive that would allow you to do things like 
>> alter properties?
>> Specifically what I'm thinking of is log messages.
>> I realise that it's not possible to set a log message with 
>> autoversioning at the time of commit since the application doesn't 
>> know it's more than a normal file save.
>> So what I was thinking of was something like a user could save the 
>> file, and then right click on it, pull up properties or something  and
>> set the log message for the last commit (not to mention browse  the
>> log messages for previous commits)

<blue sky>
Perhaps propose to the TortoiseSVN project a feature request whereby right
clicking on a webfolder/file is gives the option to invoke TortoiseSVN and
perform some operations on the versioned object by sneakily talking to Windows
to find out what server to talk to and which user and password to authenticate
as, then issuing a non webdav command to the server.
</blue sky>


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: Logging with WebDrive or similar

Posted by Ben Collins-Sussman <su...@collab.net>.
On Sep 14, 2005, at 1:51 AM, Chris Jensen wrote:

> Hi,
> Just wondering if there's anything out there similar to MS Web  
> Folders or Novell Net Drive that would allow you to do things like  
> alter properties?
> Specifically what I'm thinking of is log messages.
> I realise that it's not possible to set a log message with  
> autoversioning at the time of commit since the application doesn't  
> know it's more than a normal file save.
> So what I was thinking of was something like a user could save the  
> file, and then right click on it, pull up properties or something  
> and set the log message for the last commit (not to mention browse  
> the log messages for previous commits)
>

Nice idea, but no dice.  The whole concept of 'unversioned properties  
attached to revision trees' simply doesn't exist in WebDAV or  
DeltaV.  The way in which the svn client sets these revision- 
properties (and the way in which mod_dav_svn allows it to happen) is  
completely violating the DeltaV spec.

(For those in the lingo:  mod_dav_svn is actually allowing the client  
to PROPPATCH a baseline object directly.  See issue 916 for details.)

So there's no generic WebDAV client out there that will do this odd  
thing.  Your only strategy would be to use an actual svn client of  
some sort to do the deed.  (Or you could write your own mini GUI app  
that just calls svn_ra_change_revision_prop().)


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org