Hi Victor,
Those are references to git submodules. If you want them to link properly
to their source, you will need to edit the .gitmodules to reference their
actual location instead of "url = ../repo.git". If you change those urls to
"url = g...@bitbucket.org:user_name/repo", the bitbucket UI should be able
to render those as links to the mathing repository the submodule is
referencing. For an example with more information, check
out http://chrisjean.com/2009/04/20/git-submodules-adding-using-removing-....
Cheers,
Marcus
On Thursday, May 24, 2012 12:59:50 PM UTC-7, Victor T. wrote:
> When viewing the source from the browser like over here:
> https://bitbucket.org/cwbaker/sweet_build_tool/src/074517b0fdc7/sweet
> There are folder listings there but I can't open any of them to see the
> source files inside them. Why does this happen and how am I suppose to view
> the stuff inside?