[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Getting started with subversion

From: Nick Stolwijk <nick.stolwijk_at_gmail.com>
Date: Thu, 15 Jul 2010 02:41:58 +0200

Maybe this sounds harsh, but try to learn something about the
filesystem you are using. If the path "/var/svn/newrepos" can not be
found on your filesystem, Subversion can't use it. Take a look at this
tutorial [1]. It explains how you can create a repository in your home
directory.

[1] http://www.rubyrobot.org/tutorial/subversion-with-mac-os-x

Hth,

Nick Stolwijk
~Java Developer~

IPROFS BV.
Claus Sluterweg 125
2012 WS Haarlem
http://www.iprofs.nl

On Wed, Jul 14, 2010 at 11:05 PM, Andy Levy <andy.levy_at_gmail.com> wrote:
> On Wed, Jul 14, 2010 at 16:51, Thomas Garrod <whidbeytomas_at_gmail.com> wrote:
>> Thanks Bob. I looked at the free book, but it looks word-for-word the same,
>> Getting New Data into Your Repository is exactly the same. Can you point me
>> to the right place?
>> I thought perhaps the information under Initial Check Out would set up an
>> initial file structure.
>> I tried:
>> Macintosh:GraphicArt TommyHome$  svn checkout
>> https://ksfgraphics.goolecode.com/svn/trunk/ kwfgraphics --username
>> whidbeytomas
>> ---and got this:
>> svn: OPTIONS of 'https://ksfgraphics.goolecode.com/svn/trunk': Could not
>> resolve hostname `ksfgraphics.goolecode.com': Host not found
>> (https://ksfgraphics.goolecode.com)
>
> That's not a Subversion error, it's a network error (can't resolve
> hostname) because you have a typo. It should be
> https://ksfgraphics.googlecode.com
>
> But when that's corrected, Google reports that it's a bad URL. Make
> sure your URLs are right before you panic about not knowing how to use
> Subversion.
>
Received on 2010-07-15 02:43:39 CEST

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.