svn: E210003: connection refused by the server
Hi all,
Im trying to setup git local on my mac in pycharm.
But im keep getting this error when i try to commit files.
svn: E210003: connection refused by the server
svn: E210003: Commit failed (details follow):
svn: E210003: connection refused by the server
svn: E200009: Commit failed (details follow):
svn: E200009: '/DJANGO-PROJECTEN' is not under version control
and is not part of the commit,
yet its child is part of the commit
What am i doing wrong here?
My plan is to endup with a local git and a remote git when local is working
Im trying to setup git local on my mac in pycharm.
But im keep getting this error when i try to commit files.
svn: E210003: connection refused by the server
svn: E210003: Commit failed (details follow):
svn: E210003: connection refused by the server
svn: E200009: Commit failed (details follow):
svn: E200009: '/DJANGO-PROJECTEN' is not under version control
and is not part of the commit,
yet its child is part of the commit
What am i doing wrong here?
My plan is to endup with a local git and a remote git when local is working
1 comment
Sort by
Date
Votes
Please make sure that the version control system selected for your project in Settings | Version Control is Git rather than Subversion.
Please sign in to leave a comment.