Page 1 of 1

Error trying to download from svn

Posted: Sat Jun 01, 2013 1:46 am
by tnarocks
Im getting this error when I try to download from the svn.

% hg clone --verbose -- "C:\Users\Matt\Desktop\source-python"
repository C:\Users\Matt\Desktop\source-python not found
[command returned code 255 Fri May 31 21:43:15 2013]
% hg clone --verbose -- "C:\Users\Matt\Desktop\source-python" source-python
repository C:\Users\Matt\Desktop\source-python not found
[command returned code 255 Fri May 31 21:43:18 2013]
% hg clone --verbose -- https://code.google.com/p/source-python source-python
requesting all changes
adding changesets
adding manifests
adding file changes
transaction abort!
rollback completed
abort: [Errno 1] _ssl.c:1359: error:1408F119:SSL routines:SSL3_GET_RECORD:decryption failed or bad record mac!
[command returned code 255 Fri May 31 21:46:37 2013]

Posted: Sat Jun 01, 2013 2:09 am
by L'In20Cible
tnarocks wrote:repository C:\Users\Matt\Desktop\source-python not found
Create it? lol

Posted: Sat Jun 01, 2013 2:20 am
by tnarocks
I did change the repository if you read down alittle.

Posted: Sat Jun 01, 2013 2:20 am
by tnarocks
Just tried it again and I got this

% hg clone --verbose -- https://code.google.com/p/source-python
destination directory: source-python
requesting all changes
adding changesets
adding manifests
adding file changes
transaction abort!
rollback completed
abort: [Errno 1] _ssl.c:1359: error:1408F119:SSL routines:SSL3_GET_RECORD:decryption failed or bad record mac!
[command returned code 255 Fri May 31 22:20:14 2013]

Posted: Sat Jun 01, 2013 4:51 am
by L'In20Cible
I have no problem with TortoiseHG.