Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. The Lounge
  3. VisualHG?

VisualHG?

Scheduled Pinned Locked Moved The Lounge
visual-studioquestionlounge
13 Posts 5 Posters 1 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    Super Lloyd
    wrote on last edited by
    #1

    Anyone using this shit? I just have to rant... I am experimenting at home with it. It completely destroy my desire to use a SCS! It might be good.. but every time I start a project using it, all my bin/obj folder get added to the commit list. I just did the test, spending 40 minute forgetting all binary and miscellaneous file manually with TortoiseHG, starting VS, bing, all my bin/obj folder are added again!! Grr! :mad: Might stick with Subversion after all...

    A train station is where the train stops. A bus station is where the bus stops. On my desk, I have a work station.... _________________________________________________________ My programs never have bugs, they just develop random features.

    D G 2 Replies Last reply
    0
    • S Super Lloyd

      Anyone using this shit? I just have to rant... I am experimenting at home with it. It completely destroy my desire to use a SCS! It might be good.. but every time I start a project using it, all my bin/obj folder get added to the commit list. I just did the test, spending 40 minute forgetting all binary and miscellaneous file manually with TortoiseHG, starting VS, bing, all my bin/obj folder are added again!! Grr! :mad: Might stick with Subversion after all...

      A train station is where the train stops. A bus station is where the bus stops. On my desk, I have a work station.... _________________________________________________________ My programs never have bugs, they just develop random features.

      D Offline
      D Offline
      Dario Solera
      wrote on last edited by
      #2

      You are confusing the a GUI client with the actual Hg engine. At any rate, you should have a look at .hgignore files[^]. The reasoning is that you should explicitly ignore unwanted files precisely to avoid missing required files on commit. This way everything gets added by default (but remember to check before committing - nothing new here).

      If you truly believe you need to pick a mobile phone that "says something" about your personality, don't bother. You don't have a personality. A mental illness, maybe, but not a personality. [Charlie Brooker] ScrewTurn Wiki, Software Localization Tools & Services and My Blog

      S 2 Replies Last reply
      0
      • D Dario Solera

        You are confusing the a GUI client with the actual Hg engine. At any rate, you should have a look at .hgignore files[^]. The reasoning is that you should explicitly ignore unwanted files precisely to avoid missing required files on commit. This way everything gets added by default (but remember to check before committing - nothing new here).

        If you truly believe you need to pick a mobile phone that "says something" about your personality, don't bother. You don't have a personality. A mental illness, maybe, but not a personality. [Charlie Brooker] ScrewTurn Wiki, Software Localization Tools & Services and My Blog

        S Offline
        S Offline
        Super Lloyd
        wrote on last edited by
        #3

        mm.. I didn't remember having to setup like that with the combo TortoiseSVN + AnkhSVN... ? at any rate I gave it a try and .. it's better. but it is still problematic! I excluded 'bin' and that exclude a project named 'Galador.BinSpatial' which is under of risk of being deleted evrytime I commit and I am tired... :/ I definitely didn't have this problem with TortoiseSVN.... I think I will try the latest SVN... :/

        A train station is where the train stops. A bus station is where the bus stops. On my desk, I have a work station.... _________________________________________________________ My programs never have bugs, they just develop random features.

        D L 2 Replies Last reply
        0
        • D Dario Solera

          You are confusing the a GUI client with the actual Hg engine. At any rate, you should have a look at .hgignore files[^]. The reasoning is that you should explicitly ignore unwanted files precisely to avoid missing required files on commit. This way everything gets added by default (but remember to check before committing - nothing new here).

          If you truly believe you need to pick a mobile phone that "says something" about your personality, don't bother. You don't have a personality. A mental illness, maybe, but not a personality. [Charlie Brooker] ScrewTurn Wiki, Software Localization Tools & Services and My Blog

          S Offline
          S Offline
          Super Lloyd
          wrote on last edited by
          #4

          Something I don't understand... With SVN only the files explicitely added by the user are to be commited. The VS plugin automatically add them for you. I thought it would be the same for Hg. And I thought VisualHG will be clever enough to just add the source files (as opposed to the build files) Did I miss something?

          A train station is where the train stops. A bus station is where the bus stops. On my desk, I have a work station.... _________________________________________________________ My programs never have bugs, they just develop random features.

          D 1 Reply Last reply
          0
          • S Super Lloyd

            mm.. I didn't remember having to setup like that with the combo TortoiseSVN + AnkhSVN... ? at any rate I gave it a try and .. it's better. but it is still problematic! I excluded 'bin' and that exclude a project named 'Galador.BinSpatial' which is under of risk of being deleted evrytime I commit and I am tired... :/ I definitely didn't have this problem with TortoiseSVN.... I think I will try the latest SVN... :/

            A train station is where the train stops. A bus station is where the bus stops. On my desk, I have a work station.... _________________________________________________________ My programs never have bugs, they just develop random features.

            L Offline
            L Offline
            Lost User
            wrote on last edited by
            #5

            Super Lloyd wrote:

            the combo TortoiseSVN + AnkhSVN

            Frankly I'm amazed this worked any better. Especially with Ankh, which seems carefully designed to cause maximum chaos and destruction. It's alright for getting those little status icons I suppose - until even that goes wrong and it starts messing things up so badly that you can't even really fix it with Tortoise except by deleting everything and checking out again.

            1 Reply Last reply
            0
            • S Super Lloyd

              mm.. I didn't remember having to setup like that with the combo TortoiseSVN + AnkhSVN... ? at any rate I gave it a try and .. it's better. but it is still problematic! I excluded 'bin' and that exclude a project named 'Galador.BinSpatial' which is under of risk of being deleted evrytime I commit and I am tired... :/ I definitely didn't have this problem with TortoiseSVN.... I think I will try the latest SVN... :/

              A train station is where the train stops. A bus station is where the bus stops. On my desk, I have a work station.... _________________________________________________________ My programs never have bugs, they just develop random features.

              D Offline
              D Offline
              Dario Solera
              wrote on last edited by
              #6

              I guess you've written the wrong exclusion patterns. Have a look at my .hgignore file: http://dl.dropbox.com/u/4148201/.hgignore[^]

              If you truly believe you need to pick a mobile phone that "says something" about your personality, don't bother. You don't have a personality. A mental illness, maybe, but not a personality. [Charlie Brooker] ScrewTurn Wiki, Software Localization Tools & Services and My Blog

              S 1 Reply Last reply
              0
              • S Super Lloyd

                Something I don't understand... With SVN only the files explicitely added by the user are to be commited. The VS plugin automatically add them for you. I thought it would be the same for Hg. And I thought VisualHG will be clever enough to just add the source files (as opposed to the build files) Did I miss something?

                A train station is where the train stops. A bus station is where the bus stops. On my desk, I have a work station.... _________________________________________________________ My programs never have bugs, they just develop random features.

                D Offline
                D Offline
                Dario Solera
                wrote on last edited by
                #7

                Usually desktop clients like TortoiseHG behave exactly like the command line client, that is they include for commit ALL files (but of course you can uncheck them before committing). Visual Studio clients such as VisualHG usually automatically add the files you added in VS, but honestly I have no idea because .hgignore is in all my repos (plus is common practice to have it tailored to your dev tools/lanuages/frameworks).

                If you truly believe you need to pick a mobile phone that "says something" about your personality, don't bother. You don't have a personality. A mental illness, maybe, but not a personality. [Charlie Brooker] ScrewTurn Wiki, Software Localization Tools & Services and My Blog

                N 1 Reply Last reply
                0
                • D Dario Solera

                  I guess you've written the wrong exclusion patterns. Have a look at my .hgignore file: http://dl.dropbox.com/u/4148201/.hgignore[^]

                  If you truly believe you need to pick a mobile phone that "says something" about your personality, don't bother. You don't have a personality. A mental illness, maybe, but not a personality. [Charlie Brooker] ScrewTurn Wiki, Software Localization Tools & Services and My Blog

                  S Offline
                  S Offline
                  Super Lloyd
                  wrote on last edited by
                  #8

                  Thanks, it was very helpful! :)

                  A train station is where the train stops. A bus station is where the bus stops. On my desk, I have a work station.... _________________________________________________________ My programs never have bugs, they just develop random features.

                  1 Reply Last reply
                  0
                  • D Dario Solera

                    Usually desktop clients like TortoiseHG behave exactly like the command line client, that is they include for commit ALL files (but of course you can uncheck them before committing). Visual Studio clients such as VisualHG usually automatically add the files you added in VS, but honestly I have no idea because .hgignore is in all my repos (plus is common practice to have it tailored to your dev tools/lanuages/frameworks).

                    If you truly believe you need to pick a mobile phone that "says something" about your personality, don't bother. You don't have a personality. A mental illness, maybe, but not a personality. [Charlie Brooker] ScrewTurn Wiki, Software Localization Tools & Services and My Blog

                    N Offline
                    N Offline
                    Nagy Vilmos
                    wrote on last edited by
                    #9

                    Someone should write an article about how to set this up properly for different dev environments, but where could it be published ...


                    Panic, Chaos, Destruction. My work here is done. Drink. Get drunk. Fall over - P O'H OK, I will win to day or my name isn't Ethel Crudacre! - DD Ethel Crudacre I cannot live by bread alone. Bacon and ketchup are needed as well. - Trollslayer Have a bit more patience with newbies. Of course some of them act dumb - they're often *students*, for heaven's sake - Terry Pratchett

                    D 1 Reply Last reply
                    0
                    • S Super Lloyd

                      Anyone using this shit? I just have to rant... I am experimenting at home with it. It completely destroy my desire to use a SCS! It might be good.. but every time I start a project using it, all my bin/obj folder get added to the commit list. I just did the test, spending 40 minute forgetting all binary and miscellaneous file manually with TortoiseHG, starting VS, bing, all my bin/obj folder are added again!! Grr! :mad: Might stick with Subversion after all...

                      A train station is where the train stops. A bus station is where the bus stops. On my desk, I have a work station.... _________________________________________________________ My programs never have bugs, they just develop random features.

                      G Offline
                      G Offline
                      GavErry
                      wrote on last edited by
                      #10

                      Try this plugin instead https://bitbucket.org/zzsergant/hgsccpackage/wiki/Home[^] I find it easier to use. You will need to install a copy of Hg with it - goto http://tortoisehg.bitbucket.org/[^] which includes a GUI client for Windows

                      S 2 Replies Last reply
                      0
                      • N Nagy Vilmos

                        Someone should write an article about how to set this up properly for different dev environments, but where could it be published ...


                        Panic, Chaos, Destruction. My work here is done. Drink. Get drunk. Fall over - P O'H OK, I will win to day or my name isn't Ethel Crudacre! - DD Ethel Crudacre I cannot live by bread alone. Bacon and ketchup are needed as well. - Trollslayer Have a bit more patience with newbies. Of course some of them act dumb - they're often *students*, for heaven's sake - Terry Pratchett

                        D Offline
                        D Offline
                        Dario Solera
                        wrote on last edited by
                        #11

                        I don't think so. Let's face it, the web is full of articles about pretty much any topic you can think of. That is even more true when it comes to software development. Sure, quality varies a lot, but there are tons of tutorials about Mercurial and Git and surely we don't need another one.

                        If you truly believe you need to pick a mobile phone that "says something" about your personality, don't bother. You don't have a personality. A mental illness, maybe, but not a personality. [Charlie Brooker] ScrewTurn Wiki, Software Localization Tools & Services and My Blog

                        1 Reply Last reply
                        0
                        • G GavErry

                          Try this plugin instead https://bitbucket.org/zzsergant/hgsccpackage/wiki/Home[^] I find it easier to use. You will need to install a copy of Hg with it - goto http://tortoisehg.bitbucket.org/[^] which includes a GUI client for Windows

                          S Offline
                          S Offline
                          Super Lloyd
                          wrote on last edited by
                          #12

                          Thanks, giving it a try now... :)

                          A train station is where the train stops. A bus station is where the bus stops. On my desk, I have a work station.... _________________________________________________________ My programs never have bugs, they just develop random features.

                          1 Reply Last reply
                          0
                          • G GavErry

                            Try this plugin instead https://bitbucket.org/zzsergant/hgsccpackage/wiki/Home[^] I find it easier to use. You will need to install a copy of Hg with it - goto http://tortoisehg.bitbucket.org/[^] which includes a GUI client for Windows

                            S Offline
                            S Offline
                            Super Lloyd
                            wrote on last edited by
                            #13

                            Hey, seems great! ^_^

                            A train station is where the train stops. A bus station is where the bus stops. On my desk, I have a work station.... _________________________________________________________ My programs never have bugs, they just develop random features.

                            1 Reply Last reply
                            0
                            Reply
                            • Reply as topic
                            Log in to reply
                            • Oldest to Newest
                            • Newest to Oldest
                            • Most Votes


                            • Login

                            • Don't have an account? Register

                            • Login or register to search.
                            • First post
                              Last post
                            0
                            • Categories
                            • Recent
                            • Tags
                            • Popular
                            • World
                            • Users
                            • Groups