Comments on: Setup a Subversion Server in 4 Minutes http://www.tonyspencer.com/2007/03/02/setup-a-subversion-server-in-4-minutes/ It's Just Links Wed, 14 Sep 2011 13:47:04 +0000 http://wordpress.org/?v=2.9.1 hourly 1 By: Chris http://www.tonyspencer.com/2007/03/02/setup-a-subversion-server-in-4-minutes/comment-page-1/#comment-265191 Chris Mon, 14 Jun 2010 00:33:23 +0000 http://www.tonyspencer.com/2007/03/02/setup-a-subversion-server-in-4-minutes/#comment-265191 Short, but not very practical. Running "svnserve -d" isn't how you properly start a daemon. You need to configure it to run at boot time. Short, but not very practical. Running “svnserve -d” isn’t how you properly start a daemon. You need to configure it to run at boot time.

]]>
By: Irving http://www.tonyspencer.com/2007/03/02/setup-a-subversion-server-in-4-minutes/comment-page-1/#comment-174743 Irving Fri, 10 Jul 2009 09:09:43 +0000 http://www.tonyspencer.com/2007/03/02/setup-a-subversion-server-in-4-minutes/#comment-174743 For fizeen, you have misunderstood the comments above. If SVN_EDITOR, VISUAL or EDITOR are NOT set (which is your situation), you need to set one of these environment variables. For example, export EDITOR=vi Many distributions have EDITOR set already, so others did not need to set it. Then, do the import. For fizeen, you have misunderstood the comments above. If SVN_EDITOR, VISUAL or EDITOR are NOT set (which is your situation), you need to set one of these environment variables. For example,

export EDITOR=vi

Many distributions have EDITOR set already, so others did not need to set it.

Then, do the import.

]]>
By: yogini http://www.tonyspencer.com/2007/03/02/setup-a-subversion-server-in-4-minutes/comment-page-1/#comment-166118 yogini Thu, 14 May 2009 06:42:50 +0000 http://www.tonyspencer.com/2007/03/02/setup-a-subversion-server-in-4-minutes/#comment-166118 how do i import files from a single svn dump file? can anyone help? I hv a svn dump file of size 41 Mb approx. how do i import files from a single svn dump file? can anyone help? I hv a svn dump file of size 41 Mb approx.

]]>
By: Karen http://www.tonyspencer.com/2007/03/02/setup-a-subversion-server-in-4-minutes/comment-page-1/#comment-150167 Karen Tue, 17 Feb 2009 19:34:09 +0000 http://www.tonyspencer.com/2007/03/02/setup-a-subversion-server-in-4-minutes/#comment-150167 Excelent! Saved me a lot of work. Thanks! Excelent! Saved me a lot of work. Thanks!

]]>
By: fizeen http://www.tonyspencer.com/2007/03/02/setup-a-subversion-server-in-4-minutes/comment-page-1/#comment-139567 fizeen Mon, 05 Jan 2009 07:15:57 +0000 http://www.tonyspencer.com/2007/03/02/setup-a-subversion-server-in-4-minutes/#comment-139567 When i tried with the third step its giving me a error message svn import /script/ file:///svnrepos/script svn: Could not use external editor to fetch log message; consider setting the $SVN_EDITOR environment variable or using the --message (-m) or --file (-F) options svn: None of the environment variables SVN_EDITOR, VISUAL or EDITOR is set, and no 'editor-cmd' run-time configuration option was found Please help me When i tried with the third step its giving me a error message
svn import /script/ file:///svnrepos/script
svn: Could not use external editor to fetch log message; consider setting the $SVN_EDITOR environment variable or using the –message (-m) or –file (-F) options
svn: None of the environment variables SVN_EDITOR, VISUAL or EDITOR is set, and no ‘editor-cmd’ run-time configuration option was found
Please help me

]]>
By: harish http://www.tonyspencer.com/2007/03/02/setup-a-subversion-server-in-4-minutes/comment-page-1/#comment-134932 harish Sun, 14 Dec 2008 07:43:32 +0000 http://www.tonyspencer.com/2007/03/02/setup-a-subversion-server-in-4-minutes/#comment-134932 Hi, I have created the svn repository. I want to access this svn repository from another pc using network.Could you please tell me how can I do this. Thanks, Harish Hi,

I have created the svn repository. I want to access this svn repository from another pc using network.Could you please tell me how can I do this.

Thanks,
Harish

]]>
By: makzan http://www.tonyspencer.com/2007/03/02/setup-a-subversion-server-in-4-minutes/comment-page-1/#comment-133829 makzan Tue, 09 Dec 2008 14:48:21 +0000 http://www.tonyspencer.com/2007/03/02/setup-a-subversion-server-in-4-minutes/#comment-133829 I also get the "svn: No repository found in 'svn://.....'" too I am doing on Mac OS 10.5 with svnadmin etc installed. the svnserve is already running too. Moreover, This is a very good tutorial! thanks I also get the “svn: No repository found in ’svn://…..’” too
I am doing on Mac OS 10.5 with svnadmin etc installed.
the svnserve is already running too.

Moreover, This is a very good tutorial! thanks

]]>
By: captain http://www.tonyspencer.com/2007/03/02/setup-a-subversion-server-in-4-minutes/comment-page-1/#comment-131258 captain Wed, 26 Nov 2008 19:51:30 +0000 http://www.tonyspencer.com/2007/03/02/setup-a-subversion-server-in-4-minutes/#comment-131258 This doesn't work for me. I built out svn 1.5.4 from source. I do this and I get "svn: No repository found in 'svn://localhost/repositories/myproject" I also get this error if I install from .deb packages or through apt-get. I've also looked through the subversion book, I don't see what I'm missing. This doesn’t work for me. I built out svn 1.5.4 from source. I do this and I get “svn: No repository found in ’svn://localhost/repositories/myproject”

I also get this error if I install from .deb packages or through apt-get. I’ve also looked through the subversion book, I don’t see what I’m missing.

]]>
By: f1codz http://www.tonyspencer.com/2007/03/02/setup-a-subversion-server-in-4-minutes/comment-page-1/#comment-127889 f1codz Sat, 15 Nov 2008 05:32:31 +0000 http://www.tonyspencer.com/2007/03/02/setup-a-subversion-server-in-4-minutes/#comment-127889 thanks found useful thanks found useful

]]>
By: wira http://www.tonyspencer.com/2007/03/02/setup-a-subversion-server-in-4-minutes/comment-page-1/#comment-121306 wira Thu, 23 Oct 2008 06:08:12 +0000 http://www.tonyspencer.com/2007/03/02/setup-a-subversion-server-in-4-minutes/#comment-121306 simple, compact and great articel... :) thanks simple, compact and great articel…
:) thanks

]]>