Page 1 of 1

problem in SVN connection to Git Repository.

PostPosted: Tue Feb 06, 2018 4:36 pm
by ashutoslenka426
Hi All ,

I have a GIT repository . I have NGClient solution . I want to upload the the solution to the GIT repository using the SVN plugin . I have installed SVN plugin . I have also installed tortoise SVN outside ( 1.8.X) . But when I am hitting
Code: Select all
svn up trunk
. This will map the git hub repository with the SVN trunk . I am getting this error :

Code: Select all
Updating 'trunk':
svn: E175009: The REPORT or PROPFIND response did not include the requested checked-in value


Please provide some suggestions.

Re: problem in SVN connection to Git Repository.

PostPosted: Wed Feb 07, 2018 10:44 am
by ashutoslenka426
Hi All ,

It is working now . Readme.md file was missing . So it is working now .

But when I am trying to commit from inside the servoy . it is throwing this error .

Code: Select all
Merge conflict during commit
svn: Commit failed (details follow):
svn: MKCOL not allowed


Please provide some suggetions.

Re: problem in SVN connection to Git Repository.

PostPosted: Fri Feb 09, 2018 7:15 am
by ashutoslenka426
Hi All ,

I am successful in pushing the folders outside of the servoy developer to the git repository using the tortoise svn . But how to sync inside of the servoy developer ? .

Please provide some suggestions .

Re: problem in SVN connection to Git Repository.

PostPosted: Fri Feb 09, 2018 12:13 pm
by ashutoslenka426
Finally I could able to do it.