kipr / harrogate

The IDE for the Wombat
GNU General Public License v3.0
5 stars 10 forks source link

Splitting projects in lib and src folders makes it hard to use version control #25

Closed snoato closed 8 years ago

snoato commented 9 years ago

Having the files of a project separated in two directories which are shared with other projects (src and lib) with a directory for the project in each one of those (e.g. src/projectName and lib/projectName) as it is in the testing version 1.1.5 makes it hard to use version control systems like Git for a single project or even maintaining multiple repos for multiple projects. It would be awesome if this is changed in a future release.

jsoutherland commented 8 years ago

Thanks @snoato we finally fixed this in #46