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

Merge trunk and prod directories without workspace

From: Lathan Bidwell <lathan_at_andrews.edu>
Date: Mon, 16 Mar 2015 09:19:40 -0400

Hi,

I have a content management system running on top of SVN. My web servers
run a post commit hook that does svn update off of svnlook after every
commit.

I currently have a "Publish" operation which I implement by doing svn
delete $prod_url && svn cp $trunk_url $prod_url. (both repo urls)

This causes problems because the post commit hook triggers a delete of the
folder on my production web server, and then sometimes takes longer to
re-download all the content (some folders have some decent media, about
15-30 gig).

General Question: How can I do this operation without checking out the
folder to a workspace, and do it in 1 revision?

Are there reasons why there isn't a repo to repo merge action? or could
that be looked into in future versions?

Thanks for your help,
Lathan
Received on 2015-03-16 14:20:30 CET

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.