[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: [TSVN] Export/Publish suggestion

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: 2005-08-26 18:51:52 CEST

Simon Large wrote:

>> It can be done after issue #2378 is solved:
>> http://subversion.tigris.org/issues/show_bug.cgi?id=2378
>
> Issue #2378 is about diff preview. How does that help? Do I need that in
> a post-commit-hook script to ftp the changed files to my ISP?

He asked for a 'publish' function. That would be done by a client. And
the client would have to know what has changed between revisions, so
that preview can then be used for that.
Without the preview function, we'd have to do a full diff
(LAST-PUBLISHED-REV->WC) and parse the unified diff.

with the CL client, you could do something like this even now, but it's
take more time and bandwith than if you just upload your whole working
copy ;) :

svn diff -rXXX:HEAD | grep Index:

to get a list of changed files. Then you can upload those...

Stefan

-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest Interface to (Sub)Version Control
    /_/   \_\     http://tortoisesvn.tigris.org
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Fri Aug 26 18:53:31 2005

This is an archived mail posted to the TortoiseSVN Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.