I install my repository on Windows 7. Before, on Windows XP I didn't have any problems, all was OK with the default options.
But on Windows 7, when I want to update my folder from another PC, I have the error "E730060 unable to connect to a repository at URL 'svn://PCName'".
On the server, I can update with the adress "svn://localhost" (I use a service). I check the firewall, antivirus, right on the repository folder.
Can you have an idea to help me ?
Thanks,
Jimmsr
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2935593
To unsubscribe from this discussion, e-mail: [users-un...@tortoisesvn.tigris.org].
Sounds like a network or firewall issue. Can you connect to the remove server using the sv:// protocol from an XP machine? Just to verify your server can be reached remotely?
BOb
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2935594
Do you have another idea to help me?
Thanks,
Jimmsr
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2935634
Could it be a permission issue of the user running svnserve? I don't
know about Win7, but perhaps it needs to be run as "local system".
According to this blogpost
<http://www.renaissance-design.net/2010/installing-and-configuring-svnserve-and-tortoisesvn-on-windows/>,
svnserve will listen to IPv6 connections where supported, and needs to
be told to listen for IPv4 connections explicitely by giving the option
"--listen-host=0.0.0.0".
Does that help?
Felix
P.S. Please quote some context in your posts.
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2935640
My computer on Windows XP is named ComputerA
My computer on Windows 7 is named ComputerB
On the both, I install svn, create a repository, and create a service to say that svn:localhost is ok.
On each computer, if I create a new folder and update with the local repository, with the adress svn:localhost, all is ok.
On the ComputerA (Windows Xp), if I create a new folder and update with local repository with the adress svn://ComputerA, all is ok.
But on the ComputerB (Windows 7), if I create a new folder and update with local repository with the adress svn://ComputerB, I have the same error.
Do you know why ?
Thanks,
Jimsmr
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2935641
are you sure firewall is off?
if, from ComputerB, you can access localhost but not ComputerB, it must be because of firewall.
Do you know if I can have more details about my error?
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2935649
I let all with default options. I change only in the svnserve.conf file (of my repository) the line
# anon-access = read
by
anon-access = write
To authorize all users to commit.
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2935662
Sounds like you are not running svnserver on ComputerB.
BOb
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2935664
Although I'm not sure why you have repositories on Workstation PCs.
BOb
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2935665
I must synchronize two folders between two Workstation PCs. I don't have server and I don't want to install IIS on a workstation (too complicate, I prefer SVN Service).
Just for information, I find why the remote control doesn't work on my Windows 7 : I have a Home Premium edition (without Remote Desktop).
The svnserver running on my ComputerB (Windows 7) because I can checkout a folder with the address svn://localhost
Do you have another idea to help me ?
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2936039
What is for a project? Please quote some context in your messages!
> I must synchronize two folders between two Workstation PCs. I don't
> have server and I don't want to install IIS on a workstation (too
> complicate, I prefer SVN Service).
[...]
> The svnserver running on my ComputerB (Windows 7) because I can
> checkout a folder with the address svn://localhost
>
> Do you have another idea to help me ?
Did you try the thing with IPv6 vs. IPv4?
Felix
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2936051
My project is synchronize a folder between several Workstation PCs.
> > I must synchronize two folders between two Workstation PCs. I don't
> > have server and I don't want to install IIS on a workstation (too
> > complicate, I prefer SVN Service).
>
> [...]
>
> > The svnserver running on my ComputerB (Windows 7) because I can
> > checkout a folder with the address svn://localhost
> >
> > Do you have another idea to help me ?
>
> Did you try the thing with IPv6 vs. IPv4?
I try to desactivate IPv6 on Windows 7 but I have always the same problem.
> Felix
Anybody have the same configuration ? (A repository on a Windows 7 ?)
Jimmsr
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2936060
Let's see if and how svnserve replies: try
C:\> telnet <NameOrIp> 3690
from the command prompt and post the result here. Try the computer name
and the IP, perhaps the name cannot be resolved.
Felix
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2936061
C:\Windows\system32>telnet localhost 3690
( success ( 2 2 ( ) ( edit-pipeline svndiff1 absent-entries commit-revprops dept
h log-revprops atomic-revprops partial-replay ) ) )
C:\Windows\system32>telnet 10.0.0.33 3690
Connexion à 10.0.0.33...Impossible d'ouvrir une connexion à l'hôte, sur le port
3690: Échec lors de la connexion
I have a problem here, but my firewall is off.
I add in advanced parameters on my firewall the 3690 port (UDP + TCP + in + out)
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2936075
Just for information, on Windows XP, this test is ok. Telnet passed with ip address or hostname or localhost.
So what is the difference between XP and 7 for solved this problem ?
Thanks,
Jimmsr
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2936097
You should only have the repository on 1 computer not both. Your message seem to indicate you have it on both.
Set up svnserve to run on a single PC not both. Just on the PC with the repository.
On that PC you will access the repository with svn://localhost/whatever
On the other PC you will access the repository with svn://pcnameorip/whatever
BOb
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2936152
I'm not sure this matters but I think svnserve needs to run as a user that has access to the network... like System or network service. How are you running svnserve? As a service or just from the command line? Svnserve is constantly running right? (Yes, I know these seem like basic questions but you seem to have a basic issue).
You can ping one machine from the other and vice-versa right?
BOb
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2936155
SVNServe run with the Service that you can download on tigris.org
The service is constanly running. It's the reason why I can update on this PC with the address svn://localhost
So this part is ok.
I can ping the machine from other and vice-versa.
>You should only have the repository on 1 computer not both. Your message seem to indicate you have it on both.
I have a repository only on 1 computer. I have one on a Windows XP just for test (and all is ok for it).
I thing there are a big difference between Windows XP and 7 for this configuration.
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2936163
I don't know what that means? I know you are running svnserve.exe from tigris.org but are you running it as a windows service or just running it from the command line?
>
> The service is constanly running. It's the reason why I can update on this PC
> with the address svn://localhost So this part is ok.
>
What user is the service running as? What credentials does it run with?
> I can ping the machine from other and vice-versa.
>
> >You should only have the repository on 1 computer not both. Your message
> seem to indicate you have it on both.
>
> I have a repository only on 1 computer. I have one on a Windows XP just for test
> (and all is ok for it).
>
> I thing there are a big difference between Windows XP and 7 for this
> configuration.
Is svnserve running on the XP machine or the Windows 7 machine?
BOb
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2936178
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2936187
Can you reverse that and see if it works? I don't see though why it would matter. If the machines can ping each other.
I assume you have turned off IPv6 on your windows 7 machine... or started svnserver with the:
--listen-host 0.0.0.0
Command line switch?
BOb
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2936243
I find my problem. When I configure the SVNService, I put in the section "Listen Host" the value "localhost" (default value).
I didn't see it the first time.
I change it with the value "PCName" and all is ok.
Thanks for all.
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2936609