codeplex

Cannot push to Hg project on Codeplex

℡╲_俬逩灬. 提交于 2019-12-06 18:09:44
问题 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" and it says: no interrupted transaction available I know there is another simiar question here on SO. Some folks on the Net reckon one should run the recovery on the remote repository. I cannot do that. I have mailed the codeplex folks but haven't

Connecting to Team Foundation Server (TFS) with proxy authentication

不想你离开。 提交于 2019-12-06 06:43:51
问题 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. When I try to open it, I get the error: Team Foundation Server https://tfs06.codeplex.com/ does not exist or is not accessible at this time. The remote server returned an error: (407) Proxy Authentication Required. The corporate environment I'm using

Codeplex + SVN. How good is SVN bridge?

故事扮演 提交于 2019-12-06 01:44:39
问题 I avoided CodePlex because of it's lack of support for proper SVN and was dissuaded by complaints about short comings. Recently, I have been wanting to port my project from beanstalk over to codeplex because the latter is more social. What problems have you encountered and how good is the support for SVN. How good is the SVN bridge? 回答1: The client side SvnBridge has been problematic for me when CodePlex had client side program. However, they have moved SvnBridge to their server farms, and it

Codeplex + SVN. How good is SVN bridge?

大憨熊 提交于 2019-12-04 05:50:50
I avoided CodePlex because of it's lack of support for proper SVN and was dissuaded by complaints about short comings. Recently, I have been wanting to port my project from beanstalk over to codeplex because the latter is more social. What problems have you encountered and how good is the support for SVN. How good is the SVN bridge? The client side SvnBridge has been problematic for me when CodePlex had client side program. However, they have moved SvnBridge to their server farms, and it's working really well. I have 3 projects on CodePlex, with 2 of them using their source control. Two of

Using Tortoise SVN, how can I download the latest version of the source code of my CodePlex application?

烈酒焚心 提交于 2019-12-04 04:11:37
I'm trying to figure out how to download the latest source code. Here's what I've done. On my desktop machine, I created my CodePlex app account, installed Tortoise SVN and successfully uploaded my code to the site. The source code now shows on the CodePlex site. On my laptop , I installed Tortoise SVN. I then created a blank folder and I'm now trying to download the code available on my CodePlex site. I know my SVN url, and my user name and password. I'm just lost as to how to do it. I try SVN Update , but it only downloads a couple of files, not the complete source code. With Tortoise simply

Connect Visual Studio 2010 Professional to TFS

纵饮孤独 提交于 2019-12-03 10:59:35
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 separate download of Team Explorer and it was posible also for Professional version. Is this changed for VS 2010? Team Explorer is included in most editions of Visual Studio 2010. Try going to the View menu and if Team Explorer is listed then you have it installed. If you do need to download Team Explorer then you can do so from here: http://www

Getting “Unable to connect to a repository” error in CodePlex with TortoiseSVN

匿名 (未验证) 提交于 2019-12-03 09:52:54
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: I just created a project over at codeplex and tried committing the sourcecode (so my project can be available publicly). TortoiseSVN just doesn't work with CodePlex anymore it seems. And codeplex doesn't let you change source uploading options without contacting them first. The errors in get when I try to checkout are: Unable to connect to a repository at URL 'http://onthefly.codeplex.com' The OPTIONS request returned invalid XML in the response: XML parse error at line 1: no element found (https://onthefly.svn.codeplex.com/svn) and OPTIONS

Synchronizing code with two subversion repositories

匿名 (未验证) 提交于 2019-12-03 09:18:39
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 由 翻译 强力驱动 问题: Searching here I found that this question was already asked , but I think my situation is worse!-( I'm a total novice with Internet repositories development. A book I'm reading contains an interesting sample project - a social network in ASP.Net. The author put the code as a CodePlex project . I tried to "get" the version through VisualSVN (subversion) but failed. So what I did was download the code as a zip file (i.e. disconnected from the project's repository), created my own local repository, and started modifying the code. Now

Opinions on Expression Tree Serialization Library from CodePlex?

匿名 (未验证) 提交于 2019-12-03 08:46:08
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 由 翻译 强力驱动 问题: did someone tried this code library and have opinion about it? http://code.msdn.microsoft.com/exprserialization 10x 回答1: It looks like the project was abandoned but I did some work on it and now it works with .NET 4.0 and Silverlight. I made bug fixes to their code and also made it more DAL-independent. http://expressiontree.codeplex.com/ 回答2: I have found that it cannot serialize custom closures and I am currently writing my own binary serializer. With that said the fact that expression tree serialization was not included in .net

Cannot push to Hg project on Codeplex

匿名 (未验证) 提交于 2019-12-03 08:35:02
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: 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" and it says: no interrupted transaction available I know there is another simiar question here on SO. Some folks on the Net reckon one should run the recovery on the remote repository. I cannot do that. I have mailed the codeplex folks but haven't heard back. Any ideas? 回答1: For anyone having this