Skip to main content
4 events
when toggle format what by license comment
Sep 11, 2012 at 23:17 comment added Code-Guru That more or less what I have in mind. I developed my Swing project in NetBeans, and so have all the files for a NetBeans project in Git. I am considering moving thos to a "swing" subfolder and creating "android" and "common" subfolders for the other two parts.
Sep 11, 2012 at 19:48 comment added alex I would think so; it is a small project and performance shouldn't be an issue under any VCS. I would keep a single repo and be done with it unless you need to. I'd also clearly split the three parts: org.foobar.common, org.foobar.swing, org.foobar.android or something like that.
Sep 11, 2012 at 18:38 comment added Code-Guru So far this project is less than 5k lines of code, which doesn't seem very large to me. The Android code shouldn't double that, I don't think. Is that small enough to be manageable in a single repo?
Sep 11, 2012 at 18:20 history answered alex CC BY-SA 3.0