On 11/11/2013 at 18:59, xxxxxxxx wrote:
Hi
I have all my current projects setup, compiling and running fine on my Mac 10.8.5 C4D R15.
Same for the Windows 7 partition on my MacMini.
Then I was looking for advice on how to keep files synchronized between platforms for cross platform work. git was recommended. After a long day of setting it up on both machines and connecting them through bitbucket.com I am running into a bit of a problem.
I use SourceTree on both machines (because it's free and the account is free and I don't know yet what I am doing exactly). The installation and import of my repository from the Mac was straight forward enough.
The Windows side drove me nuts as it was trying to include all 560 or so files in the plugin folder to be tracked even though the respective extensions (.obj, etc) are excluded in a global .gitignore file.
But eventually I also found out how to limit tracking to the nine files that are the same for both platforms.
After having all of this finally linked up I try to compile and am getting hundreds of errors where this:
<<<<<<< HEAD
shows up on top of every one of my files,
this at some spots in the files
and something like this:
>>>>>>> 0dad29177f8d83f8cec8a3e24d1a77496d5576ea
at the bottom.
Ok, so I understand this are some sort of markers git puts in but why are they showing up in my source code and how can I prevent this?
Thanks
Peter