SVN connection refused (Ubuntu)
I'm trying to check out my repository, but it can not connect to my project archive and refuses the connection.
When I try to checkout in Uni it works, but not at home. I tried to change the ~/.subversion/servers file but it didn't work. I've been struggling with this issue for a long time, can anyone help me ?
svn: E170013: Konnte nicht mit Projektarchiv bei URL »https://www.myrepository.org« verbinden
svn: E000111: Fehler beim Ausführen des Kontextes: Verbindungsaufbau abgelehnt
ubuntu subversion
bumped to the homepage by Community♦ 15 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
I'm trying to check out my repository, but it can not connect to my project archive and refuses the connection.
When I try to checkout in Uni it works, but not at home. I tried to change the ~/.subversion/servers file but it didn't work. I've been struggling with this issue for a long time, can anyone help me ?
svn: E170013: Konnte nicht mit Projektarchiv bei URL »https://www.myrepository.org« verbinden
svn: E000111: Fehler beim Ausführen des Kontextes: Verbindungsaufbau abgelehnt
ubuntu subversion
bumped to the homepage by Community♦ 15 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
I'm trying to check out my repository, but it can not connect to my project archive and refuses the connection.
When I try to checkout in Uni it works, but not at home. I tried to change the ~/.subversion/servers file but it didn't work. I've been struggling with this issue for a long time, can anyone help me ?
svn: E170013: Konnte nicht mit Projektarchiv bei URL »https://www.myrepository.org« verbinden
svn: E000111: Fehler beim Ausführen des Kontextes: Verbindungsaufbau abgelehnt
ubuntu subversion
I'm trying to check out my repository, but it can not connect to my project archive and refuses the connection.
When I try to checkout in Uni it works, but not at home. I tried to change the ~/.subversion/servers file but it didn't work. I've been struggling with this issue for a long time, can anyone help me ?
svn: E170013: Konnte nicht mit Projektarchiv bei URL »https://www.myrepository.org« verbinden
svn: E000111: Fehler beim Ausführen des Kontextes: Verbindungsaufbau abgelehnt
ubuntu subversion
ubuntu subversion
edited May 20 '16 at 15:30
Merve Sahin
asked May 19 '16 at 18:47
Merve SahinMerve Sahin
1263
1263
bumped to the homepage by Community♦ 15 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
bumped to the homepage by Community♦ 15 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
In all likelihood the host you're trying to connect to has an "internal" name and it is either different or not available outside of the school firewall. If you have an IT help desk you might want to ask them if the server is accessible from the outside.
no it is accessible, because it works on windows but not on ubuntu
– Merve Sahin
May 20 '16 at 9:59
Well then I was wrong. Do you get any errors on the Ubuntu side?
– stdunbar
May 20 '16 at 14:43
this is the error I get when svn can not connect to the url : svn: E170013 and I this is the error when svn refuses the connection : svn: E000111 Maybe its the firewall but I granted access at port 3690, which is reserved for svn
– Merve Sahin
May 20 '16 at 15:26
Do you use your universities VPN on windows but not on Ubuntu?
– Wieland
May 20 '16 at 16:28
I used it on both, but it still didn't work on Ubuntu
– Merve Sahin
May 20 '16 at 18:00
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "106"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f284243%2fsvn-connection-refused-ubuntu%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
In all likelihood the host you're trying to connect to has an "internal" name and it is either different or not available outside of the school firewall. If you have an IT help desk you might want to ask them if the server is accessible from the outside.
no it is accessible, because it works on windows but not on ubuntu
– Merve Sahin
May 20 '16 at 9:59
Well then I was wrong. Do you get any errors on the Ubuntu side?
– stdunbar
May 20 '16 at 14:43
this is the error I get when svn can not connect to the url : svn: E170013 and I this is the error when svn refuses the connection : svn: E000111 Maybe its the firewall but I granted access at port 3690, which is reserved for svn
– Merve Sahin
May 20 '16 at 15:26
Do you use your universities VPN on windows but not on Ubuntu?
– Wieland
May 20 '16 at 16:28
I used it on both, but it still didn't work on Ubuntu
– Merve Sahin
May 20 '16 at 18:00
add a comment |
In all likelihood the host you're trying to connect to has an "internal" name and it is either different or not available outside of the school firewall. If you have an IT help desk you might want to ask them if the server is accessible from the outside.
no it is accessible, because it works on windows but not on ubuntu
– Merve Sahin
May 20 '16 at 9:59
Well then I was wrong. Do you get any errors on the Ubuntu side?
– stdunbar
May 20 '16 at 14:43
this is the error I get when svn can not connect to the url : svn: E170013 and I this is the error when svn refuses the connection : svn: E000111 Maybe its the firewall but I granted access at port 3690, which is reserved for svn
– Merve Sahin
May 20 '16 at 15:26
Do you use your universities VPN on windows but not on Ubuntu?
– Wieland
May 20 '16 at 16:28
I used it on both, but it still didn't work on Ubuntu
– Merve Sahin
May 20 '16 at 18:00
add a comment |
In all likelihood the host you're trying to connect to has an "internal" name and it is either different or not available outside of the school firewall. If you have an IT help desk you might want to ask them if the server is accessible from the outside.
In all likelihood the host you're trying to connect to has an "internal" name and it is either different or not available outside of the school firewall. If you have an IT help desk you might want to ask them if the server is accessible from the outside.
answered May 19 '16 at 21:39
stdunbarstdunbar
1211
1211
no it is accessible, because it works on windows but not on ubuntu
– Merve Sahin
May 20 '16 at 9:59
Well then I was wrong. Do you get any errors on the Ubuntu side?
– stdunbar
May 20 '16 at 14:43
this is the error I get when svn can not connect to the url : svn: E170013 and I this is the error when svn refuses the connection : svn: E000111 Maybe its the firewall but I granted access at port 3690, which is reserved for svn
– Merve Sahin
May 20 '16 at 15:26
Do you use your universities VPN on windows but not on Ubuntu?
– Wieland
May 20 '16 at 16:28
I used it on both, but it still didn't work on Ubuntu
– Merve Sahin
May 20 '16 at 18:00
add a comment |
no it is accessible, because it works on windows but not on ubuntu
– Merve Sahin
May 20 '16 at 9:59
Well then I was wrong. Do you get any errors on the Ubuntu side?
– stdunbar
May 20 '16 at 14:43
this is the error I get when svn can not connect to the url : svn: E170013 and I this is the error when svn refuses the connection : svn: E000111 Maybe its the firewall but I granted access at port 3690, which is reserved for svn
– Merve Sahin
May 20 '16 at 15:26
Do you use your universities VPN on windows but not on Ubuntu?
– Wieland
May 20 '16 at 16:28
I used it on both, but it still didn't work on Ubuntu
– Merve Sahin
May 20 '16 at 18:00
no it is accessible, because it works on windows but not on ubuntu
– Merve Sahin
May 20 '16 at 9:59
no it is accessible, because it works on windows but not on ubuntu
– Merve Sahin
May 20 '16 at 9:59
Well then I was wrong. Do you get any errors on the Ubuntu side?
– stdunbar
May 20 '16 at 14:43
Well then I was wrong. Do you get any errors on the Ubuntu side?
– stdunbar
May 20 '16 at 14:43
this is the error I get when svn can not connect to the url : svn: E170013 and I this is the error when svn refuses the connection : svn: E000111 Maybe its the firewall but I granted access at port 3690, which is reserved for svn
– Merve Sahin
May 20 '16 at 15:26
this is the error I get when svn can not connect to the url : svn: E170013 and I this is the error when svn refuses the connection : svn: E000111 Maybe its the firewall but I granted access at port 3690, which is reserved for svn
– Merve Sahin
May 20 '16 at 15:26
Do you use your universities VPN on windows but not on Ubuntu?
– Wieland
May 20 '16 at 16:28
Do you use your universities VPN on windows but not on Ubuntu?
– Wieland
May 20 '16 at 16:28
I used it on both, but it still didn't work on Ubuntu
– Merve Sahin
May 20 '16 at 18:00
I used it on both, but it still didn't work on Ubuntu
– Merve Sahin
May 20 '16 at 18:00
add a comment |
Thanks for contributing an answer to Unix & Linux Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f284243%2fsvn-connection-refused-ubuntu%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown