Saturday, May 25, 2013
Google Custom Search

Our Community

Membership Membership:
Latest New User Latest: liamgale
New Today New Today: 0
New Yesterday New Yesterday: 3
User Count Overall: 28684

People Online People Online:
Visitors Visitors: 6
Members Members: 0
Total Total: 6

Online Now Online Now:

ClearCanvas Community Forums

We've moved our Developer Forums!
To better assist our open source community, we have moved our repository and developer forums to GitHub. You can access the new developer forums on our ClearCanvas GitHub issues board.

I can't get the source code from svn
Last Post 2012-12-18 08:00 AM by VAMED. 18 Replies.
Printer Friendly
Sort:
PrevPrev NextNext
You are not authorized to post a reply.
Author Messages
ornot
New Member
New Member
Posts:3

--
2010-01-21 12:40 AM

  Hi, there,

        I get the message like this:

 

      Checkout from https://clearcanvas.svn.cvsdude.com/source/Xian/Tags/RisViewer1.5, revision HEAD, Fully recursive, Externals excluded

Server sent unexpected return value (403 Forbidden) in response to OPTIONS 

request for 'https://clearcanvas.svn.cvsdude.com/source/Xian/Tags/RisViewer1.5'

 

 what's wrong?

 

Thanks in advance.

 

OrNot

 

 



jasper.yeh
Senior Member
Senior Member
Posts:525
Avatar

--
2010-01-21 09:53 AM

Hi OrNot,

We have since moved the location of our source code repository. Additionally, a service pack was released for 1.5 to address Product Bulletin 001. 1.5 SP1 is API compatible with 1.5, and we strongly recommend that you make the switch to it.

Our repository now lives at svn://svn.clearcanvas.ca/source/Xian/.... Note that both the protocol and the hostname have changed.

To change your working copy over, you will need to perform an SVN Relocate to svn://svn.clearcanvas.ca/source/Xian/Tags/RisViewer1.5

If you want to upgrade to 1.5 SP1, you will need to do the relocate to 1.5 first, and then perform an SVN Switch to svn://svn.clearcanvas.ca/source/Xian/Tags/RisViewer1.5SP1

Hope this helps,



// Jasper
ornot
New Member
New Member
Posts:3

--
2010-01-21 11:04 AM
Thank you very much. It is really helpful!


ornot
New Member
New Member
Posts:3

--
2010-01-21 09:33 PM
Hi,Jasper,
Sorry have to bother you again.
I am following the guide in the "Getting the code" page, but failed when I input the url :
svn://svn.clearcanvas.ca/source/Xian/Tags/RisViewer1.5SP1

The message is now like this:
Checkout from svn://svn.clearcanvas.ca/source/Xian/Tags/RisViewer1.5SP1, revision HEAD, Fully recursive, Externals included
Can't connect to host 'svn.clearcanvas.ca': A connection attempt failed because
the connected party did not properly respond after a period of time, or
established connection failed because connected host has failed to respond.

Could you help me go through?

Regards
OrNOt






jasper.yeh
Senior Member
Senior Member
Posts:525
Avatar

--
2010-01-22 05:12 PM
Hi OrNot,

Are you perhaps trying to access the source code from behind a corporate firewall that may be blocking traffic on non-HTTP ports and/or blocking non-HTTP traffic? Our new source control server uses the svn:// protocol over port 3690.


// Jasper
sean74
New Member
New Member
Posts:3

--
2012-02-01 10:59 AM
Hi,

I would like to test the automation service from my testing application and tried to checkout the source code using SVN but failed. Could you kindly give me the correct SVN URL and credential information?

Thanks

Malini


jasper.yeh
Senior Member
Senior Member
Posts:525
Avatar

--
2012-02-01 11:50 AM

Hi Malini,

We have since migrated our repositories over to Mercurial. Please see this page for the current instructions on fetching the source code.



// Jasper
biglari.mani
New Member
New Member
Posts:5

--
2012-06-07 06:46 PM

Hi Dear Jasper

I can't find "Mercurial.ini" file in my installation folder to add the lines described in the page to it. I also downloaded the certificate bundle from GoDaddy.com but i don't know how to append it to cacert.pem file!

I think I need to do that because I got "Authorization failed" error when Cloning the Repositories directly according to the instruction.

May you help me please?

best regards

Mani



chandrasekar1
New Member
New Member
Posts:8

--
2012-08-22 05:37 AM

 

I installed mercurial HG on Win 7 64bit (downloaded the correct version) and added the "C:\Users\myname\Mercurial.ini", then appended the certificate on the end of file "C:\Program Files\TortoiseHg\hgrc.d\cacert.pem",

Still I am not able to download the source code from repository, please check the attachments for error screens.

Please help me on this.

 


Attachment: Error_appears_while_pasting_the_URL.png
Attachment: on_Clone_button_click.png
Attachment: 001_Clone_dialog.png

stewart
Senior Member
Senior Member
Posts:2336

--
2012-08-23 03:38 PM

 Make sure you follow these instructions exactly. You're probably missing the hostfingerprints section in your Mercurial.ini file.



Live and real-time support available for Personal and Team Edition customers
RodrickW1
New Member
New Member
Posts:3

--
2012-08-26 02:33 PM

First I tried looking for the Mercurial.ini file. I could not find it so I downloaded the certificate bundle from GoDaddy.com. The instructions said that should be enough, but it was not. I still got errrors from TortoiseHg.

I did not realize that I had to CREATE the Mercurial.ini file myself until I read chandrasekar1's post. After cutting and pasting the hosterfingerprints section everything worked fine.

Just wanted to confirm for people that it can work.

RW



chandrasekar1
New Member
New Member
Posts:8

--
2012-08-31 01:37 AM
its works fine, after reinstalling the certificate.. thanks


chandrasekar1
New Member
New Member
Posts:8

--
2012-09-02 09:50 AM

any idea how to download the source available on below location 

https://sourcebrowser.clearcanvas.ca/flosscode/RisViewer20SP1/file/33ab1d14b86b
 
when i tried its throws error, please check the attachment.
 
i can able to download the source code from below link
 
but those codes are not c#, please help, i am new to clearcanvas
 
 

Attachment: Download_error.jpg

stewart
Senior Member
Senior Member
Posts:2336

--
2012-09-04 09:03 AM

 The instructions for getting the code are here.



Live and real-time support available for Personal and Team Edition customers
stewart
Senior Member
Senior Member
Posts:2336

--
2012-09-04 09:07 AM
If you really want 2.0SP1, rather than the newer versions of the code, paste the URL below when you choose TortoiseHg->Clone from Windows Explorer.

https://sourcebrowser.clearcanvas.ca/flosscode/RisViewer20SP1


Live and real-time support available for Personal and Team Edition customers
Administrator1
New Member
New Member
Posts:2

--
2012-12-12 09:30 AM
I am unable to download the source code using TortoiseSVN on windows7, using URL suggested at the Developer's guide. Is URL for source code repository has been changed? so guide me through the procedure, if it has been changed or any other recent updates..


b2ue
New Member
New Member
Posts:6

--
2012-12-13 06:33 AM
Hi,

we are a group of students and want to extend and test the community edition of clearcanvas. When will the gitHub repo go online?
Are there other possibilities to get the code?

Thanks


archibaldivotch
Basic Member
Basic Member
Posts:21

--
2012-12-13 12:23 PM
You can find an unofficial mirror of the old mercurial repo here:

https://github.com/OpenRadStack/Xian

https://github.com/OpenRadStack/XianRefs

This was a nightly mirror right up until the mercurial repo was shut off to anonymous login.


VAMED
New Member
New Member
Posts:1

--
2012-12-18 08:00 AM
Hi,

anyone who can send me latest information on how to get the source code. It's not possible - even when registered - to access "https://trac.clearcanvas.ca/source/wiki/GettingTheCode" this document.

Even the Tortoise-Method is not possible as the server acively refuses the connection.

Thanks in advance!


You are not authorized to post a reply.

Active Forums 4.1
Copyright 2013 ClearCanvas Inc. All Rights Reserved