Configuration For Integration Environment


evbrew

Recommended Posts

I was wondering if the following scenario was possible, and if so how to implement.

 

Two programmers on their local machines

1. John

2. Jane

 

One Integration server "Integration".

 

Would like to have a folder on Integration that will recieve changes John or Jane make locally, but do not want John or Jane to recieve updates from each other:

 

John updates file A

It syncs to Integration.

Jane does not get her copy of file A updated.

 

Jane updates file B

It syncs to integration.

John does not get his copy of file B updated.

 

(for those wondering, John and Jane would get each others updates from the main revision repository when they wanted to).

 

I can see how Integration could push changes to John and Jane (not what is wanted) and them not be able to update (via the readonly secret) but basically I want to invert that configuration.

 

Maybe something with sym links on integration since i'm assuming BTSync cannot map two secrets (John's and Janes') to a single folder on integration?

But if John was pushing to the real integration folder, and Jane was pushing to a symlink folder on the integration server pointing at the real folder, maybe that would work?

 

Any simplier way?

Thanks!

 

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.