<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>A Programmer with Microsoft tools &#187; source control</title>
	<atom:link href="http://msprogrammer.serviciipeweb.ro/category/howto/source-control/feed/" rel="self" type="application/rss+xml" />
	<link>http://msprogrammer.serviciipeweb.ro</link>
	<description>A programmer journey through code, books and tools</description>
	<lastBuildDate>Mon, 14 May 2012 06:59:14 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How To &#8230; Put a new project on codeplex in 10 steps</title>
		<link>http://msprogrammer.serviciipeweb.ro/2009/12/14/how-to-put-a-new-project-on-codeplex-in-10-steps/</link>
		<comments>http://msprogrammer.serviciipeweb.ro/2009/12/14/how-to-put-a-new-project-on-codeplex-in-10-steps/#comments</comments>
		<pubDate>Mon, 14 Dec 2009 05:07:00 +0000</pubDate>
		<dc:creator>Andrei Ignat</dc:creator>
				<category><![CDATA[HowTo]]></category>
		<category><![CDATA[source control]]></category>
		<category><![CDATA[codeplex]]></category>
		<category><![CDATA[cpc]]></category>
		<category><![CDATA[sourcecontrol]]></category>

		<guid isPermaLink="false">http://msprogrammer.serviciipeweb.ro/msprogrammer/index.php/how-to-put-a-new-project-on-codeplex-in-10-steps/</guid>
		<description><![CDATA[Step 1 : Have a project, compile to binary(exe, dll or other)&#160; and found a name for it ( for us is disk2vhd )
Step 2 : Goto www.codeplex.com , register(or sign in) , then click on “Create project” . There you will put the name of the project (disk2vhd for us) and a description for [...]]]></description>
			<content:encoded><![CDATA[<p>Step 1 : Have a project, compile to binary(exe, dll or other)&#160; and found a name for it ( for us is disk2vhd )</p>
<p>Step 2 : Goto <a href="http://www.codeplex.com">www.codeplex.com</a> , register(or sign in) , then click on “<a href="https://www.codeplex.com/site/project/create">Create project</a>” . There you will put the name of the project (disk2vhd for us) and a description for it. You will be redirected to the page of the project.</p>
<p>Step 3:&#160; For putting the source code , you must download the Codeplex Client from <a href="http://www.codeplex.com/CodePlexClient">http://www.codeplex.com/CodePlexClient</a>&#160; &#8211; click on download. Unzip the file , if necessary.</p>
<p>Step 4: (optional) put the folder cpc.exe in your path</p>
<p>Step 5 : Go to the project folder and run the following commands</p>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; cpc co &lt;projectname&gt;&#160; </p>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; cpc add &lt;folder name&gt; /e</p>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; cpc add &lt;file name&gt;</p>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; cpc commit /m “&lt;your comment&gt;”</p>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; Now verify that in the source code for your project on codeplex ( for me it is <a title="http://disk2vhd.codeplex.com/SourceControl/ListDownloadableCommits.aspx" href="http://disk2vhd.codeplex.com/SourceControl/ListDownloadableCommits.aspx">http://disk2vhd.codeplex.com/SourceControl/ListDownloadableCommits.aspx</a> ) you have at least one change set.</p>
<p>Step 6: Ensure that the people that want to try your project can have the binary sources without problems . </p>
<p>Go to downloads , click new release (for me it was <a title="http://disk2vhd.codeplex.com/Release/ProjectReleases.aspx?Create=true" href="http://disk2vhd.codeplex.com/Release/ProjectReleases.aspx?Create=true">http://disk2vhd.codeplex.com/Release/ProjectReleases.aspx?Create=true</a> ) and put the name and description. </p>
<p>Also put the development status , show to public and recomended release to stable, yes and yes.</p>
<p><a href="http://msprogrammer.serviciipeweb.ro/wp-content/uploads/2009/12/image.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://msprogrammer.serviciipeweb.ro/wp-content/uploads/2009/12/image-thumb.png" width="244" height="155" /></a> </p>
<p>Click Save.</p>
<p>Step 7 : Choose a license . </p>
<p>Step 8 : Edit the description of you project</p>
<p>Step 9 : Publish your project (see the link in the first line of the web page)</p>
<p>Step 10 : You’re done! Congratulations!</p>
]]></content:encoded>
			<wfw:commentRss>http://msprogrammer.serviciipeweb.ro/2009/12/14/how-to-put-a-new-project-on-codeplex-in-10-steps/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

