Free Software Server Environment : SubVersion

HomePage :: Categories :: PageIndex :: RecentChanges
Search this site: FSSE.INFO is produced by "osde8info" :

Revision [719]

Most recent edit made on 2008-08-21 12:04:53 by FsseInfo

Additions:
SubVersionMerge




Revision [711]

Edited on 2008-08-08 16:26:09 by FsseInfo

Additions:
SubVersionRevisions




Revision [678]

Edited on 2008-07-30 18:27:56 by FsseInfo

Additions:
Sub Version Control


Deletions:
SubVersion Version Control




Revision [475]

Edited on 2008-04-25 12:15:47 by FsseInfo

Additions:

subversion (svn)



Deletions:

subversion (svn)





Revision [474]

Edited on 2008-04-24 15:37:02 by FsseInfo

Additions:
basic
advanced
optional


Deletions:
add file
add a new file to system (NOTE nothing happens until you commit (ci)
$ svn add my.new.file

diff
$ svn diff -r 3:4 fsse-info
Index: fsse-info/y.y
fsse-info/y.y       (revision 0)
fsse-info/y.y       (revision 4)
+ x.x
+ y.y

update
just gets the latest changes to all the files
$ svn checkout https://fsse-info.googlecode.com/svn/trunk/ fsse-info




Revision [471]

Edited on 2008-04-24 15:32:45 by FsseInfo

Additions:

subversion (svn)

SubVersion Version Control
$ svn add my.new.file


Deletions:

subversion

subversion version control
$ svn add fsse-info/y.y
commit
$ svn ci fsse-info
Adding fsse-info/y.y
Transmitting file data .
Committed revision 4.




Revision [468]

Edited on 2008-04-24 15:24:20 by FsseInfo

Additions:
SubVersionCheckout


Deletions:
checkout
just gets all the files




Revision [390]

Edited on 2007-06-20 09:59:41 by FsseInfo

Additions:
subversion version control
SubVersionExport
SubVersionKeywords
just gets all the files
update
just gets the latest changes to all the files
add a new file to system (NOTE nothing happens until you commit (ci)


Deletions:
version control
(NOTE nothing happens until you commit (ci)




Revision [383]

Edited on 2007-05-04 10:31:19 by FsseInfo

Additions:
SubVersionAndProxyServers


Deletions:
subversion & proxy servers
$ vi .subversion
# If you go through a proxy for all but a few sites, you can
# list those exceptions under 'http-proxy-exceptions'. This only
# overrides defaults, not explicitly matched server names.
#
# 'ssl-authority-files' is a semicolon-delimited list of files,
# each pointing to a PEM-encoded Certificate Authority (CA)
# SSL certificate. See details above for overriding security
# due to SSL.
[global]
http-proxy-exceptions = *.exception.com
http-proxy-host = myproxy.co.uk
http-proxy-port = 8080




Revision [379]

Edited on 2007-05-04 10:09:47 by FsseInfo

Additions:
version control
SubVersionInitialisation
SubVersionDailyUsage
SubVersionBranchesAndTags




Revision [242]

The oldest known version of this page was edited on 2006-10-24 13:51:16 by FsseInfo

subversion


checkout
$ svn checkout https://fsse-info.googlecode.com/svn/trunk/ fsse-info


add file
(NOTE nothing happens until you commit (ci)
$ svn add fsse-info/y.y


commit
$ svn ci fsse-info
Adding         fsse-info/y.y
Transmitting file data .
Committed revision 4.


diff
$ svn diff -r 3:4 fsse-info
Index: fsse-info/y.y
fsse-info/y.y       (revision 0)
fsse-info/y.y       (revision 4)
+ x.x
+ y.y


subversion & proxy servers
$ vi .subversion


### If you go through a proxy for all but a few sites, you can
### list those exceptions under 'http-proxy-exceptions'.  This only
### overrides defaults, not explicitly matched server names.
###
### 'ssl-authority-files' is a semicolon-delimited list of files,
### each pointing to a PEM-encoded Certificate Authority (CA)
### SSL certificate.  See details above for overriding security
### due to SSL.
[global]
http-proxy-exceptions = *.exception.com
http-proxy-host = myproxy.co.uk
http-proxy-port = 8080



REFERRERS
HomePage
Valid XHTML 1.0 Transitional :: Valid CSS :: Powered by WikkaWiki
Page was generated in 0.1454 seconds