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
40
votes
3 answers

What license should I choose from codeplex for my open source project?

What license should I pick on codeplex if I want an open source project? What are the pros and cons on all licenses?
Peter
  • 37,042
  • 39
  • 142
  • 198
38
votes
1 answer

Shelve Pending Changes in Team Foundation server

I am new to Team Foundation Server, so i was wondering what does "Shelve Pending Changes" does in Team foundation server. I am using TFS of project on Codeplex.
Shekhar_Pro
  • 18,056
  • 9
  • 55
  • 79
27
votes
7 answers

System.Web.AspNetHostingPermission SecurityException when trying to use ManagedFusion Rewriter on Goddaddy

I wonder if someone could help me out with an issue I'm experiencing trying to get my site up and running on Goddaddy. I'm trying to get extension-less url rewriting working using the ManagedFusion Rewriter (http://www.codeplex.com/urlrewriter/)…
loudsight
22
votes
5 answers

Using Mercurial with Visual Studio 2010

I am currently using Mercurial via Tortoise Hg for some of my side projects. I was wondering if there is tighter integration of Mercurial with Visual Studio 2010 via a plugin or some similar mechanism. What I'm thinking about is very similar to the…
λ Jonas Gorauskas
  • 6,121
  • 6
  • 45
  • 66
17
votes
4 answers

What is the format of an authors file for git svn, specifically for special characters like backslash or underscore?

I am trying to clone Papercut, an smtp server emulator I'm getting the list of SVN authors with svn log -q https://papercut.svn.codeplex.com/svn | grep -e '^r'| awk 'BEGIN {FS="|"};{print $2}'|sort|uniq which is giving…
jasonpenny
  • 2,999
  • 1
  • 24
  • 23
16
votes
2 answers

Getting Started with Unity Framework

Could anyone recommend some good resources for getting started with the Unity framework? I've downloaded the source from Codeplex and got it to compile. So now I've got a set of compiled binaries, where do I go next? I understand the principles of…
Steve
  • 2,073
  • 4
  • 27
  • 39
15
votes
3 answers

Deleting a project on CodePlex

How do I remove/delete a project of mine from Codeplex.com?
Ian Vink
  • 66,960
  • 104
  • 341
  • 555
14
votes
3 answers

Cannot push to Hg project on Codeplex

I am trying to push changes to my codeplex project that is using mercurial. I receive the following error: abort: HTTP Error 500: abandoned transaction found - run hg recover I have tried on my home PC and I get the same error. I run "hg recover"…
Eben Roux
  • 12,983
  • 2
  • 27
  • 48
13
votes
3 answers

Connect Visual Studio 2010 Professional to TFS

Is it possible to connect Visual Studio 2010 Professional edition to TFS (project hosted on Codeplex)? This states, it is not included in Professional edition: http://www.microsoft.com/visualstudio/en-us/products However, for VS 2008, there was…
Martin Pozor
  • 306
  • 1
  • 4
  • 12
11
votes
4 answers

How/can do you connect VS2010 to Codeplex's TFS?

I've gone to Team-->Connect and tried to enter the details for the TFS on the CddePlex site: https://tfs05.codeplex.com Then it asks for the user name and password - which I assume is something like mycodeplexusername@codeplex.com + my codeplex…
Mesh
  • 6,262
  • 5
  • 34
  • 53
11
votes
1 answer

How do I create a branch on a TFS/Codeplex hosted project?

Perhaps it's just because I'm not familiar with TFS (I've worked mostly with SVN), but I don't understand how to create a branch on a Codeplex hosted project. I'm using VS2012. In the Source Control Explorer, I select Branching and Merging >…
Thomas Levesque
  • 286,951
  • 70
  • 623
  • 758
10
votes
11 answers

Is it possible to setup a private github, codeplex or code.google.com?

I am thinking of setting up a server with similar capabilites of codeplex.com or code.google.com or github.com internally in my company so that all the colleagues can create and maintain projects. Is there any opensource applications with this type…
parishodak
  • 4,506
  • 4
  • 34
  • 48
10
votes
2 answers

Is there a supported CodePlex license that restrict using the source for commercial?

I have been reading through the CodePlex supported open source licenses, i couldn't quite understand everything, What i am looking for is a License that restrict the use of my source code commercialy. is there one? Thanks
Adel
  • 193
  • 1
  • 12
9
votes
4 answers

MEF: a replacement for PRISM?

To what extent, if any, is MEF a replacement for PRISM?
Steve
  • 2,073
  • 4
  • 27
  • 39
8
votes
4 answers

TortoiseSVN error's when pushing to Codeplex

I'm trying to submit a project to codeplex - and I can't push up my source code so I'm now 15 days away from having it deleted off their servers. I'm using tortoisesvn and have never had this issue w/ my own svn server. Here's the log from my…
ajwaka
  • 608
  • 1
  • 7
  • 12
1
2 3
13 14