Tagged Questions
4
votes
1answer
219 views
EGit - pull= failled and no conflicts
When i do Team -> Pull on my project
I have result Failed, then below merge input i have tow modification but none of them is impacting the same file, so there is no conflicts.
Why is this showing ...
4
votes
2answers
2k views
Git, SVN and Eclipse workflow
I am trying to adopt the following workflow:
git svn clone a svn repository through command line (egit doesn't support git-svn)
Open the project in eclipse with egit since I rather use egit to ...
0
votes
1answer
519 views
SVN authorization failure, trunk non-existent in head revision, getting a GIT repository working in Eclipse
To simplify things, I have one local SVN repository D:\folder\repo_name and I have svnserve running as a service with root set to the mentioned path. Subclipse and SmartSVN can connect to the ...