source-repository.apt

来自「关于 RFID 读写器的相关内容」· APT 代码 · 共 52 行

APT
52
字号
              -------------------
              Source Repository Access
              -------------------
              Jonas Haller
              -------------------
              28.12.2007
              -------------------


Source Repository Access


* Overview

   This project uses {{{http://subversion.tigris.org}Subversion}} to manage
   its source code. Instructions on Subversion use can be found at
   {{{http://svnbook.red-bean.com/} http://svnbook.red-bean.com/}} .


* Web access

   The following is a link to the online source repository.

+--
https://svn.fosstrak.org/repos/reader/tags/reader-0.4.0
+--


* Anonymous access

   The source can be checked out anonymously fromSVN with this command:

+--
$ svn checkout https://svn.fosstrak.org/repos/reader/tags/reader-0.4.0 reader
+--


* Developer access

   Developers with commit rights can checkout the module using the following
   command:

+--
$ svn checkout https://svn.fosstrak.org/repos/reader/trunk reader
+--

   To commit changes to the repository, execute the following command (svn
   will prompt you for your password):

+--
$ svn commit --username your-username -m "A message"
+--

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?