Pl/FGAddon: Difference between revisions

Jump to navigation Jump to search
Line 864: Line 864:
{{Note|Scenariusz:  Jesteś indywidualnym deweloperem i będziesz korzystać z narzędzi git-svn.}}
{{Note|Scenariusz:  Jesteś indywidualnym deweloperem i będziesz korzystać z narzędzi git-svn.}}


This is more complicated than using the native SVN tools, but can be useful without having FGAddon commit access, as multiple local commits can be made to be sent to the original aircraft authors or to the development mailing list/forum.  To clone the aircraft of choice into a new git repository, type:
Jest to bardziej skomplikowane niż korzystanie z natywnych narzędzi SVN, ale może być przydatne bez dostępu do zatwierdzania FGAddon, ponieważ można wykonać wiele lokalnych zatwierdzeń, które zostaną wysłane do autorów oryginalnego statku powietrznego lub na listę mailingową/forum deweloperskieAby sklonować wybrany statek powietrzny do nowego repozytorium git, wpisz:
{{#tag:syntaxhighlight|
{{#tag:syntaxhighlight|
{{fgaddon source|cmd=git svn clone|protocol=svn+ssh|login=<username>|type=svn|path=Aircraft/<aircraft>|full=1}}
{{fgaddon source|cmd=git svn clone|protocol=svn+ssh|login=<username>|type=svn|path=Aircraft/<aircraft>|full=1}}
Line 870: Line 870:
}}
}}


Where <code><username></code> is your infrastructure user name and <code><aircraft></code> is the directory name in the FGAddon repository. This is valid whether or not you have commit permissions.
Gdzie <code><username></code> to nazwa użytkownika infrastruktury, a <code><aircraft></code> to nazwa katalogu w repozytorium FGAddon. Obowiązuje to bez względu na to, czy masz uprawnienia do zatwierdzania.


To use the new local git repository, see the [[#Git-svn|git-svn instructions]] and [[#Deficiencies_of_git-svn|its deficiencies]].
Aby użyć nowego lokalnego repozytorium git, zobacz [[#Git-svn|instrukcje git-svn]] i [[#Braki git-svn|i jego braki]].


==== Upload to Sourceforge ====
==== Upload to Sourceforge ====
1,361

edits

Navigation menu