Programming Tutorials

(追記) (追記ここまで)

bash: svn: command not found

By: Emiley J in Linux Tutorials on 2011年06月13日 [フレーム]

If you get the error bash: svn: command not found, I take it that, linux is not your hardcore. Because this error is a beginner's question and could be easily resolved as below.

It only shows that your linux server does not have subversion installed. Depending on your type of linux you can use either of these commands to install subversion and therefore get rid of the above problem.

yum install subversion
apt-get install subversion



(追記) (追記ここまで)


Add Comment

JavaScript must be enabled for certain features to work
* Required information
1000

Comments (2)

Sort By
Topic: bash: svn: command not found
5/5 (1)
Avatar
New
Zaheer Abbas Aghani
Avatar
1
0
0
May 2023
First Poster
Zaheer Abbas Aghanisays...

I am on windows an getting same error ?

$ svn co https://core.svn.wordpress.org/trunk/ .

bash: svn: command not found

0
0
Avatar
New
Morgan
Avatar
6
0
0
May 2023
Morgansays...

It seems like SVN is not installed on your Windows machine. To install SVN, you can follow these steps:

Download the latest version of SVN for Windows from the official website: https://tortoisesvn.net/downloads.html

Run the installer and follow the instructions to install SVN on your machine.

After the installation is complete, open a new terminal window and try running the svn command again. It should work now.

Note that if you installed SVN with TortoiseSVN, you'll need to use the TortoiseSVN GUI to checkout the repository rather than the command line. To do this, navigate to the folder where you want to checkout the repository in Windows Explorer, right-click and select SVN Checkout..., then enter the URL of the repository and click OK.

0
0
Share a link to this comment

Most Viewed Articles (in Linux )

Latest Articles (in Linux)

(追記) (追記ここまで)
(追記) (追記ここまで)

Related Tutorials

AltStyle によって変換されたページ (->オリジナル) /