Results 1 to 14 of 14

Thread: Source control recommendations?

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Jul 2004
    Location
    Canberra, Australia
    Posts
    175

    Source control recommendations?

    Does anyone have any suggestions for source control software? I've tried SVN (specifically Tortoise SVN) but I find their choice of terms odd and get unusual errors when I try to use it.

    I don't entirely care about the whole "what this file looked like on a certain date", I care more about there being a backup in case my PC dies and so that other co-workers can take a look at my code.

  2. #2
    PowerPoster
    Join Date
    Dec 2003
    Posts
    4,787

    Re: Source control recommendations?

    Quote Originally Posted by Holywhippet View Post
    Does anyone have any suggestions for source control software? I've tried SVN (specifically Tortoise SVN) but I find their choice of terms odd and get unusual errors when I try to use it.
    SVN is what I use everywhere I go. What issues did you have with it?

    Quote Originally Posted by Holywhippet View Post
    I don't entirely care about the whole "what this file looked like on a certain date", I care more about there being a backup in case my PC dies and so that other co-workers can take a look at my code.
    Maybe your not looking for a source control system then, but should just automate some backups?

  3. #3
    PowerPoster Jenner's Avatar
    Join Date
    Jan 2008
    Location
    Mentor, OH
    Posts
    3,712

    Re: Source control recommendations?

    I have an SVN set up and use AnkhSVN to manipulate it and honestly, I find it the biggest pain in the rear to use. It seems every time I try, it totally fubars my code. Then again, I go for long stretches without updating it. It has serious problems with files I create and then later delete. Maybe I should use Tortoise SVN instead which doesn't integrate with Visual Basic. It seems the heart of my issues with AnkhSVN is it's constant tracking of everything in my project file.

    I feel your pain too because I hunted around for some nice, layman's explanation of the options and could never find one.

    I also have a daily automated backup that happens at 9am every day which has come in far more handy when I program myself into a corner.
    My CodeBank Submissions: TETRIS using VB.NET2010 and XNA4.0, Strong Encryption Class, Hardware ID Information Class, Generic .NET Data Provider Class, Lambda Function Example, Lat/Long to UTM Conversion Class, Audio Class using BASS.DLL

    Remember to RATE the people who helped you and mark your forum RESOLVED when you're done!

    "Two things are infinite: the universe and human stupidity; and I'm not sure about the universe. "
    - Albert Einstein

  4. #4
    PowerPoster abhijit's Avatar
    Join Date
    Jun 1999
    Location
    Chit Chat Forum.
    Posts
    3,228

    Re: Source control recommendations?

    Visual Source-safe is easy to use and easy to setup.
    Everything that has a computer in will fail. Everything in your life, from a watch to a car to, you know, a radio, to an iPhone, it will fail if it has a computer in it. They should kill the people who made those things.- 'Woz'
    save a blobFileStreamDataTable To Text Filemy blog

  5. #5
    PowerPoster techgnome's Avatar
    Join Date
    May 2002
    Posts
    34,687

    Re: Source control recommendations?

    I've use Visual Source Safe, Team Foundation Server, SVN and Tortoise SVN....

    -tg
    * I don't respond to private (PM) requests for help. It's not conducive to the general learning of others.*
    * I also don't respond to friend requests. Save a few bits and don't bother. I'll just end up rejecting anyways.*
    * How to get EFFECTIVE help: The Hitchhiker's Guide to Getting Help at VBF - Removing eels from your hovercraft *
    * How to Use Parameters * Create Disconnected ADO Recordset Clones * Set your VB6 ActiveX Compatibility * Get rid of those pesky VB Line Numbers * I swear I saved my data, where'd it run off to??? *

  6. #6
    PowerPoster
    Join Date
    Dec 2003
    Posts
    4,787

    Re: Source control recommendations?

    @Jenner - I've seen the issues with Delete/Re-Create they are specific to SVN and not the interface to SVN (Totroise/AnkhSVN).

    I'm a contract developer and work at a new site every month, not one uses Visual Source Safe.

    You could try GIT but its a different way of thinking to SVN.

    Pino

  7. #7
    Superbly Moderated NeedSomeAnswers's Avatar
    Join Date
    Jun 2002
    Location
    Manchester uk
    Posts
    2,657

    Re: Source control recommendations?

    deleted !
    Please Mark your Thread "Resolved", if the query is solved & Rate those who have helped you



  8. #8
    Frenzied Member
    Join Date
    Jul 2008
    Location
    Rep of Ireland
    Posts
    1,380

    Re: Source control recommendations?

    I use vault and I have to say I pretty happy with it. Its free for 1 dev use and has a pretty decent comunity!

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

    Re: Source control recommendations?

    I use Visual Source Safe and SubVersion (SVN + VisualSVN for VS 2005/2008) and have no problems with either.

    My State of Michigan job is migrating everything (slowly, it is government after all) to VS 2008 TFS in hopes of eventually dropping VSS and SubVersion.

    At home I would like to set up an Ubuntu server, load it with SubVersion and use that between my Win7 Laptop, Win7 Desktop and WinXP desktop computers at home.
    Currently using VS 2015 Enterprise on Win10 Enterprise x64.

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

  10. #10

    Thread Starter
    Addicted Member
    Join Date
    Jul 2004
    Location
    Canberra, Australia
    Posts
    175

    Re: Source control recommendations?

    Well, at work we have VisualSVN as our source control repository. I've found that a) when I try to connect to it via a web browser it makes me set up a security exception or something like that and b) when I tried uploading one of my projects to it via TortoiseSVN I get the following error: "Could not open the requested SVN filesystem" and I've no idea why.

  11. #11
    PowerPoster abhijit's Avatar
    Join Date
    Jun 1999
    Location
    Chit Chat Forum.
    Posts
    3,228

    Re: Source control recommendations?

    Do you have permissions in place? Most of these errors can be traced to issues revolving around permissions or incorrect configuration.
    Everything that has a computer in will fail. Everything in your life, from a watch to a car to, you know, a radio, to an iPhone, it will fail if it has a computer in it. They should kill the people who made those things.- 'Woz'
    save a blobFileStreamDataTable To Text Filemy blog

  12. #12

    Thread Starter
    Addicted Member
    Join Date
    Jul 2004
    Location
    Canberra, Australia
    Posts
    175

    Re: Source control recommendations?

    Well, I do have a login to get into it. I'm not the one who set it up though and misconfiguration was one of the thing I suspected.

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

    Re: Source control recommendations?

    I'd definitely recommend SVN with Visual SVN. Although not free, Visual SVN is definitely worth the price. I've migrated from SourceSafe for some time now, never looked back and never had any problems with deleted files, recreated files, history of files or whatever.

    Quote Originally Posted by Holywhippet View Post
    I've found that a) when I try to connect to it via a web browser it makes me set up a security exception or something like that
    You're using an https connection but the certificate is self-signed, so it cannot be verified by a CA. Your browser is basically telling you that it cannot verify the identify of the server because it cannot verify the certificate. Add an exception and you'll be fine.

    Quote Originally Posted by Holywhippet View Post
    and b) when I tried uploading one of my projects to it via TortoiseSVN I get the following error: "Could not open the requested SVN filesystem" and I've no idea why.
    This is probably a path error. You need to verify the path to which you're trying to commit.
    "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"

  14. #14
    KrisSiegel.com Kasracer's Avatar
    Join Date
    Jul 2003
    Location
    USA, Maryland
    Posts
    4,985

    Re: Source control recommendations?

    GIT looks really interesting. I've heard great things about Mercurial but I haven't had a chance to check it out.
    KrisSiegel.com - My Personal Website with my blog and portfolio
    Don't Forget to Rate Posts!

    Free Icons: FamFamFam, VBCorner, VBAccelerator
    Useful Links: System.Security.SecureString Managed DPAPI Overview Part 1 Managed DPAPI Overview Part 2 MSDN, MSDN2, Comparing the Timer Classes

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