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

RE: Need some suggestions on this

From: Jeremy Mordkoff <jlm_at_ZeeVee.Com>
Date: Tue, 13 Oct 2009 09:55:30 -0400

> -----Original Message-----
> From: P Broussard [mailto:pbroussard_at_basspro.com]
> Sent: Monday, October 12, 2009 5:21 PM
>
> > > -----Original Message-----
> > > From: P Broussard [mailto:pbroussard_at_basspro.com]
> > > Sent: Monday, October 12, 2009 5:08 PM
> > >
> > > I have subversion running on our dev server internally. Our
production
> > server is in the DMZ.
> > > The production server can't see the repositories because of the
> > firewall. How do I get the
> > > contents of the Trunk on to the production server?
> >
> > Do changes need to move both ways?
>
> Its one way.
>

So why can't you do this on an internal system?

Checkout trunk from the production system
Checkout the new code from the development system
Use a tar pipeline to copy the files (exclude .svn)
  ( cd $dev && tar -c --exclude .svn -f - . ) | ( cd $prod && tar xf - )

Commit the files to the production server

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

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-10-13 23:47:59 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.