Mission Support
  • 2mas July 2011
    There are times in life where you need help, and frankly going through an OpenHatch mission could be one of those times. Have any hangups, issues, or porblems going through any of the missions? This is the place to ask!
  • rgautier August 2011
    I'm going through the 'svn diff' and getting the message that I've edited the wrong file:
    My SVN diff is:

    Index: README
    ===================================================================
    --- README (revision 3)
    +++ README (working copy)
    @@ -1,5 +1,5 @@
    The secret word needed to infiltrate the compound is in word.txt. You
    -also will need to be wearing a red hat. Good luck on your mision!
    +also will need to be wearing a red hat. Good luck on your mission!

    -- Mr. Bad


    Pretty sure that's the right file as the other file only contains one word (correctly spelled)....

    I think something's wrong with the answer to compare.
  • rgautier August 2011
    I've tried it where the file is shown as svn_missions/README as well - no dice there.
  • Aeons August 2011
    Having the same problem.
  • paulproteus September 2011
    Hiu Aeons and rgautier,

    I thought we just deployed a fix for this, but the fact that Aeons just hit the same problem makes me concerned.

    Aeons, are you seeing the exact same error message?
  • Rasseru77 September 2011
    Hi. I'm sorry, I seem to be interrupting an ongoing conversation, but I'm having a problem unpacking tarballs.

    I go to cmd, and change the directory to the folder which contains nothing but the tarball. I then type "tar vxf ghello-0.4.tar.gz" and the computer replies that "tar" is not recognised as a command. I then try putting <> around the file name, and the computer tells me that the syntax is incorrect...

    I'm not sure what the issue is. Can somebody help?
  • paulproteus September 2011
    Hello there,

    Take a look at the help inside the tar mission. I think that there is a section that talks about software you need to install Windows before you can really do the mission.
  • Rasseru77 September 2011
    I downloaded MSYS and I still can't fix it...
  • jenA October 2011
    Hi there!
    I just tried it today and also had the same problem with the 'svn diff' command.
    I'm pretty sure I'm doing it right (looks exactly the same as @rgautier).
    I also tried cd'ing up a level and executing 'svn diff svn_missions' and pasting that info, but still no dice.
  • SilasX October 2011
    I'm doing the Using Git mission, and when you get to the "Creating a patch":"Diffing your changes" page, it tells you to do "git commit" and add a log message, but that launches a test editor that your average newbie (including me) isn't going to recognize or know how to use, and is very counterintuitive to use. In my case (on Windows), it basically locked up the program and made me unable to continue using Git Bash and have to shut it off in the task manager. It seems this is a common question too.

    I suggest that page be edited to include either instructions on how to edit with vi (?) once the editor is open, or have a step that shows the user how to set it up to use their favorite text editor. Theoretically, this is something that Git should tell them, but you can't find this information in the help, and I had to find the above link just to know what editor it was using and even describe the problem!

    By the way, it doesn't help that this forum lumps every message in a category into the same page; why not have pages for each questions?

    Sorry if I sound peeved, I otherwise really appreciate what openhatch is doing.
  • sicophrenic November 2011
    *nevermind fixed my problem :|
  • hghesteemed November 2011
    What's the resolution for the svn diff problem? I get the same error "The patch affects the wrong file" after applying the simple one letter fix on the README file.
  • 2mas November 2011
    @SilasX I submitted a bug conserning your issue.
    In the mean time, I suggest using
    git commit -m"Message here"
    after you
    git add
    the appropriate files. This will add a commit message without the need of an editor.
  • lavakesh November 2011
    @rgautier: I think it's working fine. Just check it once.
  • nativity79 November 2011
    'svn diff': having problems with the same issue as hghesteemed. I can't complete the next round 'committing your changes' until 'svn diff' is completed.
  • UXE December 2011
    same problem here
    if there any mentors on this forums please give some help
  • Excelsior January 1
    Same Problem with svn diff. Any fix?
  • Excelsior January 1
    Also I have a problem in 'diffing entire directories' mission
    "Patch headers for file "Grilled.txt" have inconsistent filenames."
    What's this about?
  • I'm getting an error message in Ubuntu 11.10 while trying to extract ghello-0.4.tar.gz

    $ sudo tar xvzf ghello-0.4.tar.gz
    tar: This does not look like a tar archive
    tar: Skipping to next header
    tar: Exiting with failure status due to previous errors

    I also get the same error while extracting the file using the gnome GUI tools.

    Am I missing something?

    Thanks
  • specialblend January 29
    A little late, but a way to get around that bug is to decompress the tar file first with gunzip and then untar it:

    gunzip ghello-0.4.tar.gz
    tar xf ghello-0.4.tar

    I'm not sure why the tar decompression is not recognizing it right away.
  • binarydogs February 3
    I am encountering the same issue when attempting to submit my diff - I receive error advising that my patch either affects more than one file or the wrong file. I have tried in Firefox and Chrome and using notepad and gedit to edit the README file.

    Issue 564 on the bugs list appears to be closed as resolved, due to no method of recreating the bug.
  • lahsiv February 10
    hello there

    I am getting a error while cloning using git "git clone git://openhatch.org/git/lahsiv git_missions"

    ERROR-
    "Cloning into 'git_missions'...
    fatal: unable to connect to openhatch.org:
    openhatch.org[0: 74.207.229.254]: errno=Connection refused"

    I am trying it from a proxy server. Also tried "git clone http://openhatch.org/git/lahsiv git_missions"
    but no success got another error-
    "Cloning into 'git_missions'...
    fatal: http://openhatch.org/git/lahsiv/info/refs not found: did you run git update-server-info on the server?"
  • ejjy7 March 8
    Hi,
    I just installed tortoiseSVN in win7 and typed svn but it says its not recognised.
    Any help??
  • ishan March 20
    i was having some problems with the diff command. i downloaded a text file and modified it. i saved it as a separate file. then from the terminal, i ran : diff -u . as instructed, i copy-pasted the output to the dialogue box on the site. but my response is being termed invalid. could someone point me in the right direction?
  • kymm April 24
    I'm doing the SVN mission, and I'm trying to commit my changes, but I keep getting the error message "commit blocked by pre-commit hook (exit code 1)." I'm using TortoiseSVN on Win7. After I edit the files, select both in Windows Explorer, right click and select SVN Commit from the context menu. I enter my log message in the comment box and enter my credentials when prompted, but I can't seem to get the files to commit.

Welcome to the OpenHatch forums!

OpenHatch is a community of people aiming to help newcomers find their way into free software projects. If you like talking about that, please join the conversation!

Sign in or register (ignoreme)