Quote:
Originally Posted by pshute
Thanks. I'm interested to look at the code, but I don't know where to start. If I follow that link there are branches everywhere and I don't know which one(s) to look at.
|
bbTracker is split into two projects, as you've seen "bbtracker" and "bbtracker_common". bbtracker is the code that only goes into the cell phone application and bbtracker_common is that code, which could be shared between the cell phone application and a possible future Desktop companion software (no, I won't promise anything

)
Both of those projects have different sub-folders in them. "trunk" is always the latest development version. "branches" is currently empty, as no seperate versions are developed and "tags" contains one directory for each release version.
So if you want to look at the code that is currently being developed then look into "bbtracker/trunk" and "bbtracker_common/trunk".
If you want to see what went into 0.4.2 then look at "bbtracker/tags/release_0_4_2" and "bbtracker_common/tags/release_0_4_2".
Currently there aren't any major differences between trunk and tags/release_04_2 as I haven't commited any of my work, yet.
(Btw, that's pretty much a default subversion setup, you can look at
the subversion book to learn more).