branches not showing in bitbucket?

Nageswarara Rao July 29, 2013

Hi,

When I m trying to migrate from subversion to git able to saw the all the branches of that repository when run the command like

$git branch -a

After that i push the git repository into bitbucket using the command like:

$git push -u origin --all

, but here in bitbucket i m able see only the master branch. Can any one resolve this issue pls.

Thanks in Advance.

4 answers

0 votes
Nageswarara Rao August 7, 2013

I Resolve This Problem By Executing The Cleanup command

$ java -Dfile.encoding=utf-8-jar svn-migration-scripts.jar clean-git --force

Finally I m able to view the Brances in my Bitbucket

1eandro July 18, 2018

Where did you run this command?

Like # people like this
0 votes
10EQS_admin August 7, 2013

I am also having the same issue. I have run the push command in verbose mode, it display all the branches and tag creation logs, but in bitbucket it showing only the master with no tag and branch. And if try to push, again, it says everything is upto date.

0 votes
10EQS_admin August 7, 2013
I am also having the same issue. I have run the push command in verbose mode, it display all the branches and tag creation logs, but in bitbucket it showing only the master with no tag and branch. And if try to push, again, it says everything is upto date.
0 votes
jyo
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
August 6, 2013

Hi Nageswarara,

You want to make sure you have checked out a certain branch in your repo first, by doing:

git checkout <branch_name>

Afterwards, you should be working on that specific branch: http://git-scm.com/book/en/Git-Branching-What-a-Branch-Is

Also, be sure to read up on merging: http://git-scm.com/book/en/Git-Branching-Basic-Branching-and-Merging

Cheers,

Jesse

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events