Ruby on Rails Thursday, June 27, 2019

You have no blank space between USER and "--password". Also add the option "--verbose" to the comend to see more info of the request. Are you sure the command works? I mean, I don't see how it's related to ruby nor rubyonrails.

El jue., 27 jun. 2019 a las 10:12, Harold Alcalde Solarte (<haroldalcaldesolarte@gmail.com>) escribió:
Hi all,

I am trying to create in my APP a tree of directories from the data of the SVN repository. My app is on Windows and the repository I'm trying to access on another Linux server.
I'm using the command to get all the files and folders:

'svn list -R http://172.xx.xx.xx/repos/Ttest/ --trust-server-cert --non-interactive --username USER--password PASSWORD'

When I execute the command it doesnt do anything and once the execution is cut, the following error is shown:


svn: E200015: Se atrapó una señal
svn: E200015: Se atrapó una señal
svn: E200015: Se atrapó una señal
svn: E170013: Unable to connect to a repository at URL 'http://172.xx.xx.xx/repos/Ttest/test1.txt'
svn: E200015: Se atrapó una señal
svn: E200015: Se atrapó una señal


I have searched for those errors but I can not find a solution.

Any suggestions?

--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/c94a665a-ae09-4cea-a452-3cbc5a9eaf80%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/CAPS3bcAmrG6FO02SHTnresA8HzT8b0y-FNJC0xZ7iDvKARp1QA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment