⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 source-repository.apt

📁 分页标签
💻 APT
字号:
                                    ------------------------------                                          Source repository                                    ------------------------------                                          Fabrizio Giustina                                    ------------------------------                                              06-02-2006                                    ------------------------------Overview This project uses Subversion to manage its source code. Instructions on Subversion use can be found at http://svnbook.red-bean.com/.* Web Access The following is a link to the online source repository.+----------------------------------------------------------------------------+http://svn.sourceforge.net/viewcvs.cgi/displaytag/trunk+----------------------------------------------------------------------------+* Anonymous access The source can be checked out anonymously from SVN with this command:+----------------------------------------------------------------------------+$ svn checkout https://svn.sourceforge.net/svnroot/displaytag/trunk displaytag+----------------------------------------------------------------------------+* Developer access Everyone can access the Subversion repository via HTTPS, but Committers must checkout the Subversion repository via HTTPS.+----------------------------------------------------------------------------+$ svn checkout https://svn.sourceforge.net/svnroot/displaytag/trunk displaytag+----------------------------------------------------------------------------+ To commit changes to the repository, execute the following command to commit your changes (svn will prompt you for your password)+----------------------------------------------------------------------------+$ svn commit --username your-username -m "A message"+----------------------------------------------------------------------------+* Access from behind a firewall For those users who are stuck behind a corporate firewall which is blocking http access to the Subversion repository, you can try to access it via the developer connection:+----------------------------------------------------------------------------+$ svn checkout https://svn.sourceforge.net/svnroot/displaytag/trunk displaytag+----------------------------------------------------------------------------+* Access through a proxy The Subversion client can go through a proxy, if you configure it to do so. First, edit your "servers" configuration file to indicate which proxy to use. The files location depends on your operating system. On Linux or Unix it is located in the directory "~/.subversion". On Windows it is in "%APPDATA%\Subversion". (Try "echo %APPDATA%", note this is a hidden directory.) There are comments in the file explaining what to do. If you don't have that file, get the latest Subversion client and run any command; this will cause the configuration directory and template files to be created. Example : Edit the 'servers' file and add something like:+----------------------------------------------------------------------------+[global]http-proxy-host = your.proxy.namehttp-proxy-port = 3128+----------------------------------------------------------------------------+

⌨️ 快捷键说明

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