Where is the source code hosted? Git Hub? I cannot find it anywhere.
Yes, it's on GitHub with the rest of the project. It's under the master branch.
https://github.com/AArnott/dotnetopenid/tree/master
See
http://www.dotnetopenauth.net/
https://github.com/AArnott/dotnetopenid/
Update:
OK CTP 3.5 is hosted here:
http://sourceforge.net/projects/dnoa/files/CTP/OAuth2/
Related
I am very new to API automation through ready API , I want to store all my code on TFS but ,I couldn't find any doc or video as to how to do it , although there are many docs and sources available as to how to do it on git HUB but not on TFS, Need your help on same
I am currently using Ready API 2.4 version and TFS 2017
Request you to guide me on this
Found this official doc: Git Integration, which guides you to store tests and test projects in source control, so you could store all code on TFS by connecting to Remote TFS 2017 Repository and clone it.
I would like to migrate all possible datas from my VSTS Project to an on-premises TFS server 2015.
I dont know wich data can or cananot be migrated, the most important for me is the history of versions and the source control code.
I'we watched the internet about it but found only tutos from 2014...
I'm aware of tools like OpsHub but i want a free solution if it's possible.
If someone can help, it will be appreciated :D
Thanks all (and forgive my bad english, not my native language).
The only option is via third-party tools. There is no capability to migrate from VSTS to on-prem TFS.
For version control migration, it's fairly easy to migrate TFVC repos via git-tfs -- you have the TFVC repo converted into a Git repo, then convert the Git repo back into a TFVC repo in the target system.
If you're already using Git, it's as simple as adding a new remote to your repo and pushing it.
I have been working on TFS for last couple days and I tried to implement "git pull" through rest api.
I followed Rest api Doc
https://www.visualstudio.com/en-us/docs/integrate/api/git/overview
The documentation has "Create,Delete,View" functionalities.
I am not sure, how to pull the git repo using TFS rest api.
Please give me some suggestions or blogs to resolve this.
Thanks in advance :)
Invoke git.exe as a process or use client library like libgit2 or libgit2sharp.
TFS/VSTS implements standard Git HTTP protocol (see Smart HTTP) so there is no need for a special custom API for standard Git operations.
Github Desktop makes it easy for me to clone projects from Github, when they belong to my account (or one of my organizations).
Is there any way for me to clone a public repo belonging to somebody else with Github Desktop?
I don't believe you can do that from within Github Desktop.
You can use the Clone in Desktop button on a Github project's webpage (as Anatoly said).
Another alternative (without the client of course), is opening a cmd/terminal and using:
git clone https://github.com/user/repo.git
You can drag-and-drop the URL from your browser onto GitHub Desktop. Then it will ask you where to save the files.
Seems fork and clone if you use the client. Otherwise use command line tools like #Shameel Abdullah said
it's my first use of my Jira account, and i created a project, and i want to upload source code to a my hosted source control, so i go to plugins and i found only CVS modules why ?
can any one please tell me how to install SVN on my Jira account, and upload my project ?
I am using Hosted solution (source code will be hosted on Jira).
I assume you are talking about JIRA Studio (or OnDemand as they now call it).
Atlassian's hosted solutions are probably not going to make the SVN plugin available ot you because they have a commercial product (FishEye) for that.
The subversion plugin can only be installed manually by dropping the proper jars and class files onthe right places on the server. I doubt they are going to do that for you in a hosted environment. You will probably need to purchase/rent and use FishEye if you want integration with version control.