Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

svn copy command

I understand that this a very noob problem, but when I try to create a new branch from already present branch (not trunk) with the command :

svn copy svn+ssh://svn.example.com/software/branches/branch_name svn+ssh://svn.example.com/software/branches/new_branch_name  -m "Message"

I get the following error :

svn: No repository found in 'svn+ssh://svn.example.com/software/branches'

I have checked again and again, the directory is correct. I don't understand why this is happening.

like image 274
potato man Avatar asked May 14 '26 02:05

potato man


1 Answers

Ahh finally figured out the mistake... the command should have been :-

svn copy svn+ssh://[email protected]/software/branches/branch_name svn+ssh://[email protected]/software/branches/new_branch_name -m "Message"

I missed out the user part, which wasn't given in the guide.

it works absolutely fine now :D

like image 159
potato man Avatar answered May 16 '26 10:05

potato man



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!