Subversion and FreeBSD permission problems

2008-03-23 Thread Darrell Blake
I'm fairly new to FreeBSD and SVN but myself and a few developer
friends are undertaking a small project and I've been tasked with
getting the source control working. I decided to use FreeBSD for the
server for numerous reasons, stability and security among them. I'm no
stranger to Unix, however, I've been using Linux for a long time.

Anyway, my server is up and running and I've install svn via the ports
system (acquire from portsnap). I have set up a repository in
/usr/local/svn/repository via svnadmin create
/usr/local/svn/repository and imported a test project into it via
svn import TestProject file:///usr/local/svn/repository/TestProject.
I then fired off the deamon server via svnserve -d -r
/usr/local/svn/repository which all seems to have worked well.

The thing is, I can't actually perform a checkout of the repository
via the server.

If I move into a temp directory and do svn checkout
file:///usr/local/svn/repository/TestProject it works fine but if I
do svn svn://127.0.0.1/TestProject I get an error stating svn:
Can't connect to host '127.0.0.1': Connection refused.

Also, if I try and use TortoiseSVN to browse the repository externally
I get an error stating Error * Can't connect to host '192.168.0.10':
No connection could be made because the  target machine actively
refused it.

Does anyone have any idea what I could be doing wrong? I've been
reading the free O'Reilly Subversion book but I'm a bit clueless. I
suspect it's something to do with permissions on FreeBSD but I just
don't know enough about it =o)
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Subversion and FreeBSD permission problems

2008-03-23 Thread Darrell Blake
I'm SSHing to my server from my desktop as I haven't actually got a
monitor on the server but when I do a sockstat I get the following
output regarding svn:

svusersvnserve   846   3  tcp6   *:3690*:*

When I try and do telnet 127.0.0.1 3690 on the server I get...

telnet: connect to address 127.0.0.1: Connection refused.
telnet: Unable to connect to remote host

...and if I try and do telnet 192.168.0.10 3690 from my desktop I get...

Connecting To 192.168.0.10...Could not open connection to the host, on port 3690
: Connect failed

I'm not opposed to using SVN via SSH but I'd kind like to get a
vanilla SVN server going first. It's becoming an unusually steep
learning curve =o)


On Sun, Mar 23, 2008 at 8:34 PM, Mark G.
[EMAIL PROTECTED] wrote:
 David Kelly wrote:
  
   On Mar 23, 2008, at 11:01 AM, Darrell Blake wrote:
   If I move into a temp directory and do svn checkout
   file:///usr/local/svn/repository/TestProject it works fine but if I
   do svn svn://127.0.0.1/TestProject I get an error stating svn:
   Can't connect to host '127.0.0.1': Connection refused.
  
   Also, if I try and use TortoiseSVN to browse the repository externally
   I get an error stating Error * Can't connect to host '192.168.0.10':
   No connection could be made because the  target machine actively
   refused it.

  What does the output of `sockstat -4` look like?  It should
  list the SVN server's listening port.


  
  
   I suggest using svn+ssh: rather than svn:
  
   Then so long as you can ssh into the machine you can do svn.
  

  Here is a short paper I wrote about SVN over SSH on FreeBSD.

  https://www.giovannetti.ca/bsd/SubversionOnFreeBSDWithSSH.pdf

  Mark

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


No Mouse

2004-05-04 Thread Darrell Blake
I can't get my mouse working under FreeBSD for some reason. All the modules required 
are in the kernel and the corrent extries (as described in the handbook) have been 
added to rc.conf but for some reason devfs doesn't create /dev/ums0. I think it's 
because it's a wireless keyboard and mouse combi (Creative Desktop 6000) which only 
has one USB connection. When I do devusb it only shows as one USB item. Can someone 
point me in the right direction as to how I can get my mouse working under FreeBSD?

Cheers,

Darrell

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: No Mouse

2004-05-04 Thread Darrell Blake
 I believe what you have is not supported in FBSD.
 Get standalone USB or serial mouse and it will work.

How likely is it to ever be supported? Also, if someone can point me in the
right direction I can research into writing my own driver for it. I am a
Software Engineer but I've never done any driver programming.

Darrell

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]