I am using an open source Java project and had to make some changes to our site. I downloaded the source code through Subversion, changed two files and created a custom JAR file. Now I need to save these user changes in the OUR Subversion version control system. What is the best way to do this?
Should I check the whole marked open source version on our system and then create a branch with our change in it? Or should I just register our user files and rely on an open source tag to always be around? Or maybe something else?
source
share