[SDL] bored? want a distraction or a new preject? - crazeeman

Patrick Mohr kc7zzv at gmail.com
Thu Jul 19 09:13:43 PDT 2007


On 7/18/07, neil at cloudsprinter.com <neil at cloudsprinter.com> wrote:
>
> Quoting Patrick Mohr <kc7zzv at gmail.com>:
>
> > I tried to download it but I'm getting a 404(File not found) error.
> >
>
> >>
> >> http://www.cloudsprinter.com/random/crazeee.zip
> >>
>
> typical.. ok it's there now.
>
> I moved it during my faliure to set up an svn server.
>
> Anyone can tell my my possible mistakes with this most welcome -
>
> http://www.linuxfromscratch.org/blfs/view/svn/server/svnserver.html
>
> i use this guide on a debian server, not sure if i have latest everything
> required by that guide.. but i got this reply
>
> svn import -m "Initial import." \ /cloudsprinter.com/www/random/crazee \
> file:///srv/svn/repositories/crazee
> svn: Unrecognized URL scheme for '%20file:///srv/svn/repositories/crazee'
>
> ..?
>
> The problem is those backslashes.  They are suppose to escape a newline
but you put a space right after them instead.  Just use this on all one line
svn import -m "Initial import." /cloudsprinter.com/www/random/crazee
file:///srv/svn/repositories/crazee
-Patrick
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.libsdl.org/pipermail/sdl-libsdl.org/attachments/20070719/aa59d7ea/attachment-0001.html 


More information about the SDL mailing list