[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: Justus Stadler_external <Justus.Stadler_external_at_de.kspg.com>
Date: Tue, 16 Jun 2009 13:35:21 +0200

Hi Andrew,

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.

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"?

Thanks so far
Justus

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

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-06-16 13:36:17 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.