alexxed / narro

Automatically exported from code.google.com/p/narro
2 stars 4 forks source link

Narro Exports Useable:: Includes Obsolute files #299

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago

The narro export (.zip) includes lot of files that removed in upstream 
repository. This makes it impossible to merge narro export back into hg 
repository without spending a  lot time clean these files.

Example Files: 

Windows/ 
 install.it
  *.it 

Original issue reported on code.google.com by hitmana...@gmail.com on 10 Feb 2012 at 6:42

GoogleCodeExporter commented 9 years ago
how to export to hg repository?

Original comment by mahayala...@gmail.com on 15 Jul 2012 at 9:46

GoogleCodeExporter commented 9 years ago
Choosing clean directory before exporting a project would fix this. The source 
files are always updated and old files are removed automatically. Usually you 
don't do that automatically on the target. Please confirm the above.

Export to Mercurial directly from Narro is deactivated for the general audience 
mainly because I have only two options for that: comitting with my SSH key or 
making you upload your private SSH key. Apparently none of these work for 
Mozilla, so you need to commit to Mercurial manually:

hg clone your-locale
export from Narro
unzip your-locale.zip overwriting the above clone
hg addremove
hg commit
hg push

Original comment by alex...@gmail.com on 17 Jul 2012 at 4:21