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

Re: post-commit export

From: Ryan Schmidt <subversion-2009b_at_ryandesign.com>
Date: Tue, 16 Jun 2009 19:36:58 -0500

On Jun 16, 2009, at 06:35, Justus Stadler_external wrote:

> your hook sounds good to my unknowing mind. I have a couple of
> question though....
>
> >>So, why not just export the relevant directories to the network
> drive regularly? I have a simple script that writes all changed
> directories to a file as they are committed [for /F "eol=¬
> delims=¬" %%A in ('svnlook dirs-changed %1 -r %2') do echo %%A >> c:
> \svn_exports\export.txt],
>
> Is this already the scipt? If not, can you post or send it please.

It looks like that is a script that writes the changed directories to
the file export.txt.

> What I understand from your post: I will have to manually export
> the files listet in the "export.txt"?!
> Can't I instruct SVN to export the files listed in "export.txt"?

You would need to write a second script to read export.txt and do svn
commands with the stuff in the file.

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2362664

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-06-17 02:38:47 CEST

This is an archived mail posted to the Subversion Users mailing list.

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