• Login
Community
  • Login

Help need please

Scheduled Pinned Locked Moved Help wanted · · · – – – · · ·
5 Posts 2 Posters 1.1k Views
Loading More Posts
  • 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.
  • K
    king robbo
    last edited by Aug 25, 2018, 9:14 PM

    Hi
    Please can someone assist .I am trying to edit to an xml file, The file has been previously edited by someone else and I only want to edit some of the changes they made to the file.

    So is it possible to search for specific changes made to the file by them and then change/replace some of those changes.

    Your help is appreciated

    C 1 Reply Last reply Aug 25, 2018, 10:02 PM Reply Quote 1
    • C
      Claudia Frank @king robbo
      last edited by Aug 25, 2018, 10:02 PM

      @king-robbo

      only if you have this file under some kind of version control like git, svn, …
      or you do have the file version before those changes were applied then you
      could use the compare plugin to see what has been changed if eye-comparing
      isn’t possible.

      Cheers
      Claudia

      1 Reply Last reply Reply Quote 2
      • K
        king robbo
        last edited by Aug 25, 2018, 10:52 PM

        Hi thanks for the reply, I am only a basic user what is git, svn, please?? thanks in advance

        C 1 Reply Last reply Aug 26, 2018, 7:49 PM Reply Quote 0
        • C
          Claudia Frank @king robbo
          last edited by Aug 26, 2018, 7:49 PM

          @king-robbo

          version control is used to track changes within files (mostly text files).
          Most famous today is, I guess, git.
          But if you have to ask what it is, means that you haven’t used it.
          One other functionality Windows offers is “Previous version”
          Right-click on a file and select properties - the last tab in the property window.
          But this doesn’t, necessarily, give back the previous version but the version
          of the last backup, which means it could have be changed multiple times afterwards.

          So, all in all, this means , that, more or less, you can’t get the information what
          has been changed in the file if you haven’t used one of the tools I mentioned.

          Cheers
          Claudia

          K 1 Reply Last reply Aug 30, 2018, 2:50 AM Reply Quote 2
          • K
            king robbo @Claudia Frank
            last edited by Aug 30, 2018, 2:50 AM

            @Claudia-Frank said:

            @king-robbo

            version control is used to track changes within files (mostly text files).
            Most famous today is, I guess, git.
            But if you have to ask what it is, means that you haven’t used it.
            One other functionality Windows offers is “Previous version”
            Right-click on a file and select properties - the last tab in the property window.
            But this doesn’t, necessarily, give back the previous version but the version
            of the last backup, which means it could have be changed multiple times afterwards.

            So, all in all, this means , that, more or less, you can’t get the information what
            has been changed in the file if you haven’t used one of the tools I mentioned.

            Cheers

            Hi Claudia
            Many thanks for the reply I will have a search around on site here to gain some more info on what is available and what can be done
            cheers

            Claudia

            1 Reply Last reply Reply Quote 0
            3 out of 5
            • First post
              3/5
              Last post
            The Community of users of the Notepad++ text editor.
            Powered by NodeBB | Contributors