Results 1 to 12 of 12

Thread: [RESOLVED] Using CodePlex

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Jul 2008
    Location
    Rep of Ireland
    Posts
    1,380

    Resolved [RESOLVED] Using CodePlex

    Does anyone know how to get a project up there? I have it all set up I just don't know how to get my project uploaded, thanks guys!

  2. #2
    Frenzied Member ntg's Avatar
    Join Date
    Sep 2004
    Posts
    1,449

    Re: Using CodePlex

    You need to read this and decide how you're going to upload code.
    "Feel the force...read the source..."
    Utilities: POPFileDebugViewProcess ExplorerWiresharkKeePassUltraVNCPic2Ascii
    .Net tools & open source: DotNetNukelog4NetCLRProfiler
    My open source projects: Thales SimulatorEFT CalculatorSystem Info ReporterVSS2SVNIBAN Functions
    Customer quote: "If the server has a RAID array, why should we bother with backups?"
    Programmer quote: "I never comment my code. Something that is hard to write should be impossible to comprehend."
    Ignorant quote: "I have no respect for universities, as they teach not practicle stuff, and charge money for"

  3. #3

    Thread Starter
    Frenzied Member
    Join Date
    Jul 2008
    Location
    Rep of Ireland
    Posts
    1,380

    Re: Using CodePlex

    Thats the part im having trouble with. I've never used source control or anything of that nature. I have Visual Studio 2008. And to be honest I have never actually released a project per se. I have released many .DLL's but they are simply copy and paste!

    I notice this one: Team Explorer: A GUI source control client that can run stand-alone or integrates with Visual Studio 2005 or 2008.

    What exactly does it add to my installation. Sorry if I sound noobish!

  4. #4
    PowerPoster JuggaloBrotha's Avatar
    Join Date
    Sep 2005
    Location
    Lansing, MI; USA
    Posts
    4,286

    Re: Using CodePlex

    It doesn't add to the installation, it simply tells VS that the project's under source control so it'll allow you to check files in and out for editing and VS can keep track of the changes made when files are checked out.
    Currently using VS 2015 Enterprise on Win10 Enterprise x64.

    CodeBank: All ThreadsColors ComboBoxFading & Gradient FormMoveItemListBox/MoveItemListViewMultilineListBoxMenuButtonToolStripCheckBoxStart with Windows

  5. #5

    Thread Starter
    Frenzied Member
    Join Date
    Jul 2008
    Location
    Rep of Ireland
    Posts
    1,380

    Re: Using CodePlex

    Ok, so if I download Team Explorer I can put the whole application on code plex? Is it stored the same way that we do it here, (basicly the whole directory for the project) or does the compiled application AND the source get stored? also what I meant by adding to the installation was this:

    !! Warning !! - If you use the Team Explorer client then it will add source control binding information into your project files. When users download your source code and try to open it in Visual Studio they will get error messages because of the source control bindings. You can use any of the other available source control clients as an alternative.

    Does this mean that if some downloads my project to play with they cannot?

  6. #6
    Frenzied Member ntg's Avatar
    Join Date
    Sep 2004
    Posts
    1,449

    Re: Using CodePlex

    I personally used the Codeplex client, which is a standalone, command-line utility and does not mess anything up. In the link I've provided, there are instructions on how to use it.
    "Feel the force...read the source..."
    Utilities: POPFileDebugViewProcess ExplorerWiresharkKeePassUltraVNCPic2Ascii
    .Net tools & open source: DotNetNukelog4NetCLRProfiler
    My open source projects: Thales SimulatorEFT CalculatorSystem Info ReporterVSS2SVNIBAN Functions
    Customer quote: "If the server has a RAID array, why should we bother with backups?"
    Programmer quote: "I never comment my code. Something that is hard to write should be impossible to comprehend."
    Ignorant quote: "I have no respect for universities, as they teach not practicle stuff, and charge money for"

  7. #7
    PowerPoster gep13's Avatar
    Join Date
    Nov 2004
    Location
    The Granite City
    Posts
    21,963

    Re: Using CodePlex

    Quote Originally Posted by DeanMc
    Ok, so if I download Team Explorer I can put the whole application on code plex? Is it stored the same way that we do it here, (basicly the whole directory for the project) or does the compiled application AND the source get stored? also what I meant by adding to the installation was this:

    !! Warning !! - If you use the Team Explorer client then it will add source control binding information into your project files. When users download your source code and try to open it in Visual Studio they will get error messages because of the source control bindings. You can use any of the other available source control clients as an alternative.

    Does this mean that if some downloads my project to play with they cannot?
    I am currently using Team Explorer for a project I am helping with on CodePlex and thus far, apart from a slight learning curve am not having any problems with it. The Source Control bindings are simply the way that Team Explorer maintains the references to all the project files. If someone else who is contributing to the project isn't using Team Explorer then they are not going to be able to check in changes.

    Gary

  8. #8

    Thread Starter
    Frenzied Member
    Join Date
    Jul 2008
    Location
    Rep of Ireland
    Posts
    1,380

    Re: Using CodePlex

    So the binding only effects the code im working on not the code released for general download?

  9. #9
    PowerPoster gep13's Avatar
    Join Date
    Nov 2004
    Location
    The Granite City
    Posts
    21,963

    Re: Using CodePlex

    That would be right. Normally you would create a release package, i.e. an msi, and that would be the release.

  10. #10

    Thread Starter
    Frenzied Member
    Join Date
    Jul 2008
    Location
    Rep of Ireland
    Posts
    1,380

    Re: Using CodePlex

    Ah ok now that makes sense. So does teamserver look after uploading that package and/or any release notes?

  11. #11
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: Using CodePlex

    No, you take care of that yourself. I added a project to CodePlex by first creating a CodePlex project, setting up the workspace to point to a 'local' folder, moving my solution into that, and then in Team Explorer, adding the files straight in. That was it.

    The next time you open the solution it'll ask you to re-bind the solution, it's a simple matter of clicking each line (one per project) and clicking the bind button.

    For the release setup file, on CodePlex, you go to the release page and upload the latest installer. You can also add release notes there.

  12. #12

    Thread Starter
    Frenzied Member
    Join Date
    Jul 2008
    Location
    Rep of Ireland
    Posts
    1,380

    Re: Using CodePlex

    Cool, thanks guys!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width