I am working on an older project and I work on two machines. Git see some conflicts I think shouldn’t be necessary.
The problem is the absolute path in the top of the .v4p files, which for reasons are not the same on both machines:
<!DOCTYPE PATCH SYSTEM "http://vvvv.org/versions/vvvv50beta40.dtd" >
<PATCH nodename="ABSOLUTEPATHTOPATCH\PATCH.v4p">
This gives merge conflicts.
I’d like to have a relative path here and I think I remember years ago this being an issue for someone else and there is was a way to use relative paths. I just haven’t found it in the documentation.
I imagine I am not the only one with this problem and someone already have a fix.