This forum is in READ-ONLY mode.
You can look around, but if you want to ask a new question, please use the new forum.
Home » support » Installation and setup » Subversion
Subversion [message #1645] Tue, 10 January 2006 00:49 Go to next message
mmaru  is currently offline mmaru
Messages: 21
Registered: January 2006
Junior Member
I am at the final stage of day one. I am using subversion 1.2 on a windows xp machine. The following command raises an error:

svnadmin create $SVNREP_DIR/askeet

Error:

svnadmin: Repository creation failed
svnadmin: Could not creat top level direcotry
svnadmin: Can't create direcorry '$SVNREP_DIR/askeet': The system cannot find the path specified

Your help is much appreciated.

Maru
Re: Subversion [message #1646 is a reply to message #1645 ] Tue, 10 January 2006 01:24 Go to previous messageGo to next message
jbauer  is currently offline jbauer
Messages: 21
Registered: November 2005
Junior Member
"$SVNREP_DIR" is meant to be replaced by *your* path to *your* subversion repository.
Re: Subversion [message #1647 is a reply to message #1646 ] Tue, 10 January 2006 01:47 Go to previous messageGo to next message
mmaru  is currently offline mmaru
Messages: 21
Registered: January 2006
Junior Member
Thank you. Make sense.

It works for the first command. I tried the following command and it raises an error. I am not sure whether my syntax is correct.

svn mkdir -m "layout creation" file:///f:/webserver/svn_cvs/askeet/trunk file:///f:/webserver/svn_cvs/askeet/tags file:///f:/webserver/svn_cvs/askeet/branches

Please note that f:/webserver/svn_svs is the direcory I created for svn repository.

You help is appreciated.

Maru
Re: Subversion [message #1655 is a reply to message #1647 ] Tue, 10 January 2006 06:28 Go to previous messageGo to next message
jbauer  is currently offline jbauer
Messages: 21
Registered: November 2005
Junior Member
although i don't use windows, that looks right to me.

what error are you getting?
Re: Subversion [message #1665 is a reply to message #1655 ] Tue, 10 January 2006 08:27 Go to previous messageGo to next message
mmaru  is currently offline mmaru
Messages: 21
Registered: January 2006
Junior Member
Thank you. I modified the command as follows and it worked.

svn mkdir -m "layout creation" file:///webserver/svn_cvs/askeet/trunk file:///webserver/svn_cvs/askeet/tags file:///webserver/svn_cvs/askeet/branches

I am not sure why it makes a difference in a windows system.

I am now having a problem with the following command:

rm -rf cache/*

It raises the following error:
'rm' is not recognized as internal or external command.

I do appreciate your help.

Maru
Re: Subversion [message #1667 is a reply to message #1665 ] Tue, 10 January 2006 11:09 Go to previous messageGo to next message
debea  is currently offline debea
Messages: 10
Registered: December 2005
Location: Freiburg, Germany
Junior Member
Maru,

rm -rf cache/*

is a linux command (removes all files in cache/ directory).

Under Windows, simply:
- start Windows Explorer
- navigate to your cache folder
- select all and delete them

Re: Subversion [message #1674 is a reply to message #1667 ] Tue, 10 January 2006 16:44 Go to previous messageGo to next message
mmaru  is currently offline mmaru
Messages: 21
Registered: January 2006
Junior Member
Thank you very much. I do not know Linux and your help is very mcuh appreciated.

What does this command mean:

rm -rf askeet.origin


Regards,

Maru

[Updated on: Tue, 10 January 2006 17:56]

Re: Subversion [message #1675 is a reply to message #1674 ] Tue, 10 January 2006 18:08 Go to previous messageGo to next message
jbauer  is currently offline jbauer
Messages: 21
Registered: November 2005
Junior Member
that is linux/unix as well.

It removes files.

http://www.linuxdevcenter.com/linux/cmd/cmd.csp?path=r/rm
Re: Subversion [message #1676 is a reply to message #1675 ] Tue, 10 January 2006 18:18 Go to previous messageGo to next message
mmaru  is currently offline mmaru
Messages: 21
Registered: January 2006
Junior Member
Thank you very much. However, does it mean remove the files in askeet.origin folder or does it mean remove the folder askeet.origin?

Thank you.

Maru
Re: Subversion [message #1677 is a reply to message #1645 ] Tue, 10 January 2006 20:01 Go to previous messageGo to next message
bladus  is currently offline bladus
Messages: 88
Registered: December 2005
Location: Germany
Member
it removes the folder


Symfoniac Weblog
Re: Subversion [message #1680 is a reply to message #1677 ] Tue, 10 January 2006 21:49 Go to previous messageGo to next message
mmaru  is currently offline mmaru
Messages: 21
Registered: January 2006
Junior Member
Thank you bladus. That helps.

I am using svn-1.2.3-setup on a Windows XP platform. The following command generates an error:

Command svn propedit svn:ignore cache

Error: None of the environment variables SVN_EDITOR, VISUAL or EDITOR is set, and no 'editor-cmd' run-time configuration was found.

How would I configure a text editor to be used with subversion?

Your help is very much appreciated.

Thank you.

Maru
Re: Subversion [message #1681 is a reply to message #1645 ] Tue, 10 January 2006 22:41 Go to previous messageGo to next message
RoVeRT  is currently offline RoVeRT
Messages: 146
Registered: October 2005
Senior Member
propset takes 3 arguments
- prop name
- prop value
- path
Re: Subversion [message #1682 is a reply to message #1681 ] Tue, 10 January 2006 22:56 Go to previous messageGo to next message
mmaru  is currently offline mmaru
Messages: 21
Registered: January 2006
Junior Member
Thank you. I used the command provided in day 1 tutorial as is and gets the error.

Could you please help me by showing me where I made an error in the command.

Thank you.

Maru
Re: Subversion [message #1687 is a reply to message #1682 ] Wed, 11 January 2006 04:33 Go to previous message
mmaru  is currently offline mmaru
Messages: 21
Registered: January 2006
Junior Member
Thank you very much for all you help. I was able to configure Subersion with notepad as a text editor.

Regards,

Mulugeta
Previous Topic:Production Environment Problem
Next Topic:Pake/Symfony version compatibility
Goto Forum:
  

powered by FUDforum - copyright ©2001-2004 FUD Forum Bulletin Board Software