-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 2015-11-04 16:15, Vojtěch Zeisek wrote:
Which are the repositories corresponding to the current svn yast and lcn? A single directory or two, please, I can't go searching for files all over the place.
E.g. https://l10n.opensuse.org/projects/release-notes-opensuse/ says https://github.com/openSUSE/release-notes-openSUSE ...
But that is a single file. lcn contains 43, yast 96. And there are 13.1, 13.2, TW, Leap versions. How do I find all of them?
If You don't have it, You can ask maintainer to get it. Otherwise You can fork the repository https://help.github.com/articles/fork-a-repo and clone it
Sorry, I don't understand any of that.
OK, basically, there is no difference in purpose and basic logic of SVN and Git. If You wish to edit someone's else repository, You must make Your own copy (=fork it), modify it and then ask owner of original repository to include Your changes (=create pull request). Have You tried to learn Git? If You refuse Git, what is wrong with download/upload po files over web? If any possibility fits Your needs, then, I'm sorry, I'm unable to help You...
The problem is how you organize the translation files. They have to be all in a single directory, a single repo.
We only needed two commands for svn: up, and commit. Nothing else. Browse to the directory holding all the lcn po files, and do "svn commit --message "arbitrary comment". That's all. Copypaste a command.
Less features, less commands... It is like to complain about changes when moving from Windows Notepad to real text editor, at least KWrite. For some purposes Notepad is enough. But in some point it is not anymore. Basic usage is also more or less same, although the latter has more possibilities what to do... So what is the big difference between SVN and Git?
I'm too old a dog to start learning new tricks on my own.
# Initial clone of the repository git clone https://github.com/openSUSE/release-notes-openSUSE.git work, edit, ... git pull # get newest changes from the repository git checkout # see which files are changed git add ... # select modified files for commit, use TAB git commit -m "Some description" git push origin master # send Your changes Is it really too complicated over the old SVN? Note it is common practice to abandon SVN in favor of Git. openSUSE is not reinventing wheel... It took me one afternoon to learn basic usage when I needed to...
Yes, no problem with that. The problem is the organization. Translators are not developers, we work differently and we have different skill sets. We can not start creating repositories. We simply need to be told of a single directory (or two or three) to use. With proper separation for the supported releases. - -- Cheers / Saludos, Carlos E. R. (from 13.1 x86_64 "Bottle" at Telcontar) -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.22 (GNU/Linux) iEYEARECAAYFAlY6Jh4ACgkQtTMYHG2NR9VpMQCfQ4Is725SGUzCFjAJE4TYtbiE QPcAn2z2z/zogIP8U4/RSr6/4qJ8NQKI =KDuT -----END PGP SIGNATURE----- -- To unsubscribe, e-mail: opensuse-translation+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-translation+owner@opensuse.org