You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by KEITH GUNN <ke...@mehermail.com> on 2009/09/18 01:28:39 UTC

the simplest possible question

Hi, good Samaritans,

I'm new to subversion, but I have a server and a subversion instance
set up on one of my windows vista machines (named lifeware), and a
client on another, connected via the usual network hardware, and able
to see each other through various network protocols. I also have both
Apache and synserve set up on the server., the machine that holds the
repository (mistake, but I leapt before I looked). The server is
showing that it has  running Apache and synserve services.

RE: the simplest possible question

Posted by Jason Malinowski <ja...@jason-m.com>.
> The repository is at
> c:\svn_repository\repos and has a tree in it called tape_tracking that
> contains my files in its trunk.

How did you get this in there? Accessing through a file:// URL? What happens
if you just do something like:

svn ls svn://lifeware

Since you said you have svnserve running. Alternately just try going to
http://lifeware in your web browser. How did you install the server by the
way?

Note it really helps to say what "doesn't work." Does it give some error
message? Does it start to smoke and short out? 

Jason Malinowski


> -----Original Message-----
> From: KEITH GUNN [mailto:keithgunn@mehermail.com]
> Sent: Thursday, September 17, 2009 6:29 PM
> To: users@subversion.tigris.org
> Subject: the simplest possible question
> 
> Hi, good Samaritans,
> 
> I'm new to subversion, but I have a server and a subversion instance
> set up on one of my windows vista machines (named lifeware), and a
> client on another, connected via the usual network hardware, and able
> to see each other through various network protocols. I also have both
> Apache and synserve set up on the server., the machine that holds the
> repository (mistake, but I leapt before I looked). The server is
> showing that it has  running Apache and synserve services.
> 
> From the command line on the client, I try to access the server,
> unsuccessfully. But, from the command line on the server machine, I
> can access the subversion repository just fine. The repository is at
> c:\svn_repository\repos and has a tree in it called tape_tracking that
> contains my files in its trunk.
> 
> When apache was set up, it announced that the repository path was
> c:\svn_repository and it was listening on localhost:80. synserve may
> have announced a port of 3690 -- something did but I may have been
> going too fast.
> 
> When I try to execute svn ls on the client, I use a url that it doesn't
like:
> 
> //lifeware/repos, or //lifeware:80/repos or http://lifeware.repos
> doesn't work, and neither does any obvious variation with more stuff
> after repos.
> 
> Any idea how to invoke my subversion repository from my client
> machine? I feel quite close to the answer, but not.
> 
> Thanks,
> Keith
> 
> ------------------------------------------------------
>
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=23
9
> 6251
> 
> To unsubscribe from this discussion, e-mail: [users-
> unsubscribe@subversion.tigris.org].

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2396291

To unsubscribe from this discussion, e-mail: [users-unsubscribe@subversion.tigris.org].

Re: the simplest possible question

Posted by Ryan Schmidt <su...@ryandesign.com>.
On Sep 17, 2009, at 20:28, KEITH GUNN wrote:

> I'm new to subversion, but I have a server and a subversion instance
> set up on one of my windows vista machines (named lifeware), and a
> client on another, connected via the usual network hardware, and able
> to see each other through various network protocols. I also have both
> Apache and synserve set up on the server., the machine that holds the
> repository (mistake, but I leapt before I looked). The server is
> showing that it has  running Apache and synserve services.
>
> From the command line on the client, I try to access the server,
> unsuccessfully. But, from the command line on the server machine, I
> can access the subversion repository just fine. The repository is at
> c:\svn_repository\repos and has a tree in it called tape_tracking that
> contains my files in its trunk.
>
> When apache was set up, it announced that the repository path was
> c:\svn_repository and it was listening on localhost:80. synserve may
> have announced a port of 3690 -- something did but I may have been
> going too fast.
>
> When I try to execute svn ls on the client, I use a url that it  
> doesn't like:
>
> //lifeware/repos, or //lifeware:80/repos or http://lifeware.repos
> doesn't work, and neither does any obvious variation with more stuff
> after repos.
>
> Any idea how to invoke my subversion repository from my client
> machine? I feel quite close to the answer, but not.

A URL must begin with a protocol, like http (if you're serving via  
apache) or svn (if you're serving via svnserve). Then "://" and then  
the server name or IP. Then a slash, and then, depending on how you  
have your server configured, maybe a path to the repository.

For example, The Subversion Repository is at this URL:

http://svn.collab.net/repos/svn/

If you want more specific advice for your situation, show us how  
you've set up your apache (what's in your httpd.conf?) and/or svnserve  
(how did you start svnserve?).

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2396343

To unsubscribe from this discussion, e-mail: [users-unsubscribe@subversion.tigris.org].