Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

How can two developers use the same local repository?

Here's the issue, we have three developers, and are developing using a tool called Talend Open Studio (TOS). Due to corruption issues we had, we are all running TOS using the same user profile. Now we are having issues with pushing to bitbucket. Here is the scenario:

  1. Log in to windows using our own user profile
  2. Run TOS using a different user profile, call it "shared"
  3. update model, and export to local repository
  4. Commit
  5. Push to bitbucket.

Steps 1, 4, & 5 occur under our own user profiles.

Steps 2 & 3 occur under "shared"

To allow "shared" to export to the local repository, we clone from the command prompt using;

runas /user:"shared" /env /savecred "bitbucket generated clone string"

This sets authorities appropriately to allow "shared" to export and update the local repository.

The problem is that the clone includes the bitbucket userid from the user that originally cloned the repository, and only that user can push or pull from/to it. Only a single person can work in a TOS model at a time. So we don't get corruption from that, but we don't know which user is going to be updating the model at any given time, and we don't want to restrict updates to a single developer because sometimes one of us is unavailable.

Other than each of us maintaining our own local repository for each model, is there a way for dev1 to push a change to a local repository that dev2 cloned? We each have our own bitbucket logins, 

The tracking remote URL for the local repository is: https://cloninguserid@bitbucket.org/workspace/repository.git

We don't want to:

  • share Windows domain user id's or passwords
  • share Bitbucket user id's or passwords

0 answers

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PERMISSIONS LEVEL
Site Admin
TAGS
AUG Leaders

Atlassian Community Events