We are using SVN in our project. I customized an open source project which is hosted in GitHub. I checked out the source code for the third party library from GIT and made some modifications.
Now I need to commit my files to our local SVN repository.
How can I commit the project to my local SVN ignoring the git related changes.
Thanks,