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

Re: How to manage one project but wtih two repositories

From: Mark Breen <marklbreen_at_gmail.com>
Date: Wed, 3 Jun 2009 17:33:55 +0100

Hello RobinP,
Thanks for that update,

can anyone else here confirm that synsync is the answer to what I am looking
for?

As Robin says, I do not need to do updates to the Public site, but the
question is whether I can make it read only. I am not sure that CodePlex
will allow that.

Any thoughts ?

thanks

Mark

2009/6/3 RobinP <robin.pellatt_at_gmail.com>

> I can't believe nobody has suggested this yet, but if I have
> understood correctly your public repo is read only, so it sounds to me
> like svnsync is exactly what you need:
> http://svnbook.red-bean.com/en/1.4/svn.ref.svnsync.html
>
> On Jun 2, 8:14 pm, Alexander Iljin <ajs..._at_yandex.ru> wrote:
> > Hello!
> >
> > MB> 1) check out all code from private server
> > MB> 2) check out all code from public server
> > MB> 3) delete all code from public WC
> > MB> 4) copy all code from private WC to public WC
> > MB> 5) commit all code from newly updated public WC
> >
> > I'm thinking of a way similar to vendor branch. Say, "Priv" is your
> > private repo, "Pub" is the public one.
> > - tag the last revision you've uploaded to public:
> > Priv/tags/pub1
> > - for a new release make another tag:
> > Priv/tags/pub2
> > - checkout the Pub/trunk to Pub.wc
> > - diff Priv/tags/pub1 vs. Priv/tags/pub2, make a patch
> > - apply the patch to Pub.wc
> > - commit Pub.wc
> >
> > I'm not an expert in the diff/patch stuff, so I don't know if
> > copy/rename/move operations will be handled properly (someone,
> > please, comment on that). If so, you can automate the thing with a
> > command-line SVN client.
> >
> > ---=====---
> > Alexander
> >
> > ------------------------------------------------------
> http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMess...
> >
> > To unsubscribe from this discussion, e-mail: [
> users-unsubscr..._at_tortoisesvn.tigris.org].
>
> ------------------------------------------------------
>
> http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2359038
>
> To unsubscribe from this discussion, e-mail: [
> users-unsubscribe_at_tortoisesvn.tigris.org].
>

------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2359131

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2009-06-03 18:35:01 CEST

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

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