Good day. Question is simple, but I haven't found a proper answer for it so far...
Let's say I have Joomla site (doesn't matter though), which consists of many folders and files. And in it I have a project, that consists of a component, and a module. So, in order to track them as one project I need to put
www/site1/comonents/com_component1/*
www/site1/modules/mod_module1/*
www/site1/translations/en-EN/en-EN.com_component1.ini
in one folder in SVN, but ommit everything else.
Any advices of where to read (preferrably with exact directions for chapters) would be appreciated. As well as any ready solution :)
Thanks for your time anyways.