Questions tagged [codeplex]

Codeplex was an open source project hosting site run by Microsoft until its closure in 2017.

CodePlex was an open source project hosting site run by Microsoft to support the shared development of open source software.

Codeplex was closed in 2017, but the content has been preserved as https://archive.codeplex.com/

198 questions
5
votes
1 answer

git svn clone: was not found in commit

I am trying to git svn clone the SSH.NET repository from Codeplex. My command is: git svn clone https://sshnet.svn.codeplex.com/svn/ But it always stops with an error message. This is my first time got an error during git svn clone, I don't know…
Aimeast
  • 1,609
  • 14
  • 29
5
votes
1 answer

How to remove TFS bindings from a Codeplex project

I have a couple of projects hosted on Codeplex. Since I didn't really have a clue about anything but TFS when I created them, I used that. But, now I have gotten more comfortable with TortoiseSVN and VisualSVN so I would like to use that instead. Of…
Svish
  • 152,914
  • 173
  • 462
  • 620
5
votes
1 answer

using git to clone a CodePlex project that uses SVN

I have a project hosted in CodePlex, I chose SVN when I created this project. Now I try to use Git to clone this project. I tried: "git svn clone the_url" But it just hangs forever. It did not ask me for username or password or anything, just…
Cui Pengfei 崔鹏飞
  • 8,017
  • 6
  • 46
  • 87
5
votes
6 answers

How to use an Internet Subversion respository when developing code?

I've painted my self into a problem working with a Subversion project from CodePlex - for this I asked for help here. I have a local repository and CodePlex has it's Internet repository for the project, and the two don't mix :-(. But my dear…
Avi
  • 15,696
  • 9
  • 39
  • 54
4
votes
0 answers

How to import a project from the codeplex archive into github?

To my surprise, there is little to no usable information on the topic. Even the page on GitHub "Importing a repository with GitHub Importer", although explicitly mentioning Codeplex, refers to an archived item. My goal is simple: I want the source…
Marcel
  • 15,039
  • 20
  • 92
  • 150
4
votes
2 answers

Has anybody tried the new MVC HTML5 Toolkit from Codeplex?

I saw a tweet today referring to the MVCHTML5 helpers on Codeplex. I'm wondering if Anybody has tried this out yet? Does it add any real significant benefit over the default HTML helpers? What are the actual HTML5 aspects of this library?
Chase Florell
  • 46,378
  • 57
  • 186
  • 376
4
votes
1 answer

Visual Studio Online integration with CodePlex

Is there a way to integrate a Visual Studio Online repository with a CodePlex project in a way that when I update code in Visual Studio Online it reflects and updates the CodePlex project?
pikachu
  • 41
  • 2
4
votes
3 answers

Maintain Grid MVC checkbox state from page to page in MVC Razor

Problem Statement: I'm using the grid provided by codeplex(Codeplex grid.mvc) to implement the grid in my application.Everything was working fine with all the operations.Recently I added checkbox in the grid for selecting multiple rows for…
Vishal I P
  • 2,005
  • 4
  • 24
  • 41
4
votes
3 answers

How do I mirror a SVN repository on CodePlex?

I'm the creator (and so far, only developer) of a CodePlex project. I've writing it on my laptop, using a Subversion repository on my home network. Submitting my changes to CodePlex via the TeamServer interface is driving me crazy, and I'd really…
James Curran
  • 101,701
  • 37
  • 181
  • 258
4
votes
1 answer

Is it legally allowed to fork a Codeplex project to a Github account?

I've been thinking about creating a fork on GitHub of the HtmlAgilityPack project (which is hosted on Codeplex), but I don't know if I'm violating some legal rights. Is it possible?
Oscar Mederos
  • 29,016
  • 22
  • 84
  • 124
4
votes
1 answer

CodePlex TFS Services

I have been thoroughly confused by CodePlex and the TFS services it offers or doesn't offer. I am going to soon begin working on on open source project with a few friends using Visual Studio 2010 Professional. Because VS is so nicely tied in with…
Shivam Sarodia
  • 417
  • 1
  • 4
  • 20
3
votes
1 answer

Large open source repositories

I'm in need of a large repository of open source projects (around 1000 or more, the programming languages don't matter, but a good mix will be nice) for my research work. I thought of downloading projects from Github/SourceForge/Codeplex, but I…
Gooner
  • 1,380
  • 2
  • 14
  • 25
3
votes
1 answer

WPF Layer Control

I'm in need of a WPF layer control that does the following 1) Have multiple layers of content on top of each other. 2) Ability to turn layers on/off at design and runtime, ie we need a UI maybe something like a tabbed control 3) Move layers up/down…
MrTelly
  • 14,657
  • 1
  • 48
  • 81
3
votes
0 answers

How to browse inside a Codeplex Archive

Codeplex has closed and every project archived in a handy .zip file and a lot of these are migrated on Github. I'd like to know if is there any tool to simple browse all files in .json format inside a .zip codeplex archive. It is difficultous to…
scippy
  • 155
  • 1
  • 12
3
votes
1 answer

WPF Chart Toolkit documentation

sorry for this stupid question, but I would like to know where it should be possible to find the documentation for the WPF CHART Toolkit, downloaded from http://wpf.codeplex.com/ At the moment, I've fould just blogs, and other post over Internet,…
stexcec
  • 1,143
  • 1
  • 18
  • 34
1 2
3
13 14