Downloading via SVN for MAC - macos

I have to download a repository via SVN by using Mac. And I have some troubles with it. I, actually, past the URL and stuff. And put my password and log in right there but it still gives some strange errors and mb some of you can help me and tell how to do deals with it.
Here is my error:
svn: E170013: Unable to connect to a repository at URL 'https://svn.pathomation.com:****/!/%23QA_PMA.view.2_trunk'
svn: E175009: The XML response contains invalid XML
svn: E130003: Malformed XML: no element found
What does it mean and how to avoid this error?

You use incorrect URL with the Subversion client. Read the article KB102: Subversion client errors caused by inappropriate repository URL.

Related

"Could not resolve host: github" error while trying to push remote to github

When I try to push my local commit to my GitHub page it gives me this error:
fatal: unable to access 'https://github/TimothyCottrell/OrganizationApp.git/': Could not resolve host: github
I believe that it has something to do with me switching accounts in the git bash. but I altogether have no idea what could be causing this. I see that a lot of people that get this error solve the problem by changing there proxy setting but I am not using any proxy.
Use github.com instead of github
https://github.com/TimothyCottrell/OrganizationApp.git

Homebrew remote repository on Artifactory

I'm trying to setup a remote repository for Homebrew on Artifactory. I'm following the steps as described in the following page https://jfrog.com/knowledge-base/how-do-i-set-up-a-remote-homebrew-repository.
However, When testing the remote url connection (http://homebrew.bintray.com/bottles) I got this error:
Connection failed: Error 403: Forbidden
I also checked the website in a browser and got the same error message. What are the work arounds for this?
try this:
Create Generic remote repo named homebrew point it to https://homebrew.bintray.com/.
then set env HOMEBREW_BOTTLE_DOMAIN=http://localhost:8080/artifactory/homebrew/.
brew install wget

Error while creating a SVN branch from terminal on mac

I am getting an error while creating a new branch for trunk on mac. I am using terminal to create it. This is the command i am using:
svn copy svn://server/path/to/trunk svn://server/path/to/branch/newBranch -m "Cut branch: newBranch"
And, I am getting following errors:
svn: E175008: At least one property change failed; repository is unchanged
svn: E175002: Server sent unexpected return value (400 Bad Request) in response to PROPPATCH request for 'somePathForNewBranch'
Please let me know how can i resolve it.
I tried changing network and it worked perfectly. No Clue, What was going wrong out there.

Authentication failure checking out svn:extrenals with svnX

I set up a repository with some links to other repos via svn:externals property. Checking out from the command line with svn command works well. However if I try to update my working copy with svnX GUI it gives the following error:
svn: warning: Error handling externals definition for
'/Users/MyName/MyProject/third_party_library': svn: warning: OPTIONS
of 'http://svn.external.com/repositories/third_party_library':
authorization failed: Could not authenticate to server: rejected Basic
challenge (http://svn.external.com)
So it seems svnX fails to select the appropriate authentication method while checking out externals. It is strange because if I try to check out the external repo as a stand-alone working copy it works even with svnX.
Did you have already this issue? Are there any way to tell svnX which auth method to use when checking out externals?

Why do I get a 401 error in git when pushing changes to github?

I get the following error when trying to push changes to github from the cygwin command promt on windows xp.
$ git push
Password: [my-password-here]
error: The requested URL returned error: 401 while accessing https://[username]:github.com/[username]/[repository-location]/info/refs
fatal: HTTP request failed
Searches from google seemed to point at changing the path to the certificate file on windows, which i had already done in order to clone the repository.
Turns out that my password is quite secure and contains the '£' symbol. To get this on my keyboard it's Shift+3 when typing my password into the command prompt it was producing a '#' symbol. My keyboard settings are correct I'm guessing this issue is due to the cygwin window.
My solution was to change my github password so it doesn't contain this character

Resources