0

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,

1 Answer 1

1

How can I commit the project to my local SVN ignoring the git related changes.

If you mean committing the modified files without the git files, then excluding .git directory and .gitignore file in the root of the project would do the trick most of the time. For full list of git special files you might refer to What are all available Git special files that can be committed to a repository?

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.