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
3
votes
1 answer

Fast/easy renaming of filenames in TFS (CodePlex)

I host a project on CodePlex, but a bunch (200+) files need to have their extension changed. What is the easiest, least painful way to do this? I cant see myself doing them one by one in the IDE. Update: I know I can just remove and change them…
leppie
  • 115,091
  • 17
  • 196
  • 297
3
votes
1 answer

Multiple Team Foundation Server

We currently have a local TF Server here in our company, and we are about to make a subset of our projects open source (via Codeplex), but we are having problems mixing two Team Foundation Servers in the same solution. Looks like Visual Studio can't…
Olmo
  • 4,257
  • 3
  • 31
  • 35
3
votes
1 answer

How do I branch using SVN on CodePlex?

Unless I am missing something very obvious, I don't see how I can branch on CodePlex using SVN. I'm looking at the popular projects and can't see anything about a trunk or branches. What am I missing? Also, I'm using TortoiseSVN.
Mike
  • 4,257
  • 3
  • 33
  • 47
3
votes
3 answers

return var doesn't work when var is huge?

So I am using PHPExcel (http://phpexcel.codeplex.com/) to import a excel sheet. everything works fine on my development system, BUT it doesn't quite work on the live system. Hence I debugged and looked what could be wrong. I got to a point where I…
wookie
  • 31
  • 3
3
votes
2 answers

How should I structure a community contribution code repository and solution?

I'm getting ready to launch a contribution project on CodePlex to provide a place where people can write and share extensions for another project that I have on there. This contrib project will be similar to the MEF-Contrib project in that multiple…
JamesEggers
  • 12,885
  • 14
  • 59
  • 86
3
votes
1 answer

Upload code in codeplex

I have a project with sourcecode. It is a visual studio 2010 solution. Now I want to upload the code as a project in codeplex. In codeplex I can create a new project, but can not upload the code. I can not find the option to upload the existing code…
3
votes
3 answers

Move a Github repository to Codeplex and keep them in sync

I have a repository that is on Github and I want to move it to Codeplex. I want to take all of the existing commits from my Github repo and push them to a new Codeplex repo. I don't think this is the right approach, but I tried: git remote github…
dmck
  • 7,801
  • 7
  • 43
  • 79
3
votes
2 answers

Connecting to Team Foundation Server (TFS) with proxy authentication

Yesterday I created a new project in Codeplex. I created a connection from Visual Studio to the TFS server I was assigned and uploaded my solution successfully. Today I'm trying to connect again to the Codeplex TFS server to work on the solution.…
Alex Angas
  • 59,219
  • 41
  • 137
  • 210
2
votes
2 answers

s3.exe: S3 PUT not working when bucket contains hyphens

I'm trying to use s3.exe, a windows CLI for S3 from s3.codeplex.com, to PUT an object. Here is the command I'm running: c:\>s3 put My-Bucket file.txt /key:MYKEY /secret:MYSECRET It returns: <403> Forbidden. But when I try to PUT the file into a…
doremi
  • 14,921
  • 30
  • 93
  • 148
2
votes
1 answer

Mercurial source control - pros and cons of Forking

I'm customizing BlogEngine.Net to support custom local features (Farsi calendar, RTL theme, etc.) BlogEngine.Net uses mercurial source control and I am able to create a fork of the project and commit my changes to it. But I'd like to release it…
Kamyar
  • 18,639
  • 9
  • 97
  • 171
2
votes
1 answer

Tortoise SVN Error (405 Method Not Allowed) When checking out from CodePlex

I have just created a new project in CodePlex (Subversion Source Control), checked out a folder on my PC and tried to commit the initial files (27MB). The commit was not successful due to accidental internet disconnection on my part. When I tried…
Kamyar
  • 18,639
  • 9
  • 97
  • 171
2
votes
1 answer

Can't login to codeplex TFS via Visual studio 10

I use codeplex.com to host my projects. Some days ago I connect to codeplex successful via visual studio ultimate 10 but now I can't. Could you help me please? Below is the screen shot of the message I received from codeplex. PS. You could see my…
Nguyen Minh Binh
  • 23,891
  • 30
  • 115
  • 165
2
votes
0 answers

GitHub CodePlex authentication failed

I'm trying to create a project on CodePlex however I've encountered a problem, I'm following the tutorial on how to from CodePlex website HERE but when I try to clone repository from CodePlex I get a fatal error which reads "fatal: Authentication…
Rafal Rebisz
  • 189
  • 2
  • 7
2
votes
1 answer

How to validate a path stored in a property in Windows installer XML (WIX)

Is there a way to validate an installation path for a custom property defined by the user ? In WIXUI_Advanced user interface, following statement exists to validate the install path for WIXUI_INSTALLDIR property.
Nilaksha Perera
  • 715
  • 2
  • 12
  • 36
2
votes
2 answers

How to backup a remote SVN repo while you have not had admin rights?

I mean you have not access to svnadmin, neither you have access to its files system. I'm going to backup source of my project in codeplex.com. Many Thanks UPDATE: I used: svnsync initialize file:///d:/fardis_repo…
Afshar Mohebi
  • 10,479
  • 17
  • 82
  • 126