I am using subversuin
to manage my project files. One thing is annoying for me. Every time I want to check out my repo I need to use "svn co "URL_TO_MY_REPOSITORY"
command. The ULR is very long. I have tried to make alias of this url using
alias repo='MY_URL'
command. Unfortunetly it does not work.
The svn co repo
command returned this error: svn: E205000: Error parsing arguments
Is there any way to make alias of URL?