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

Re: New To SVN

From: Stefan Sperling <stsp_at_elego.de>
Date: Fri, 23 Aug 2013 14:47:43 +0200

On Fri, Aug 23, 2013 at 06:07:42PM +0530, Deepak Bhatia wrote:
> Hello,
>
> I am able to create the repository using
>
> svnadmin create --fs-type fsfs http://demo..../~deepak/svn

'svnadmin create' requires a local path to a directory that
does not yet exist. It is supposed to be run on the SVN server itself.
It cannot work over HTTP. You need command line access to the server.

You've created a repository on your client computer in a directory
which has a name that looks like a URL.

Please see here for details:
http://svnbook.red-bean.com/en/1.8/svn.reposadmin.maint.html

> But the import of a directory is giving error
>
> -bash-4.2$ svn import -m "New import" /home/deepak/keyword_spotter
> http://localhost/~deepak/svn
> svn: Repository moved permanently to 'http://demo..../~deepak/svn/'; please
> relocate
>
> Regards
>
> Deepak Bhatia
> Software Consultant
> Voxomos Systems Pvt. Limited
> Mobile: 91 9811196957
> C56A/27, Sector 62, NOIDA (NCR), UP, India
> Skype: toreachdeepak
Received on 2013-08-23 14:48:21 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.