Additions:
Sub Version (svn) Control
Deletions:
Additions:
global-ignores = .buildpath .project .settings
Deletions:
Additions:
==subversion config file==
If you are using eclipse with subversion you will want to tell svn to ignore the eclipse buildpath and project files
%%
$ grep ignore .subversion/config
### Set global-ignores to a set of whitespace-delimited globs
### which Subversion will ignore in its 'status' output, and
# global-ignores = *.o *.lo *.la *.al .libs *.so *.so.[0-9]* *.a *.pyc *.pyo
global-ignores = .buildpath .project
%%
If you are using eclipse with subversion you will want to tell svn to ignore the eclipse buildpath and project files
%%
$ grep ignore .subversion/config
### Set global-ignores to a set of whitespace-delimited globs
### which Subversion will ignore in its 'status' output, and
# global-ignores = *.o *.lo *.la *.al .libs *.so *.so.[0-9]* *.a *.pyc *.pyo
global-ignores = .buildpath .project
%%
Additions:
SubVersionMerge
Additions:
SubVersionRevisions
Additions:
Sub Version Control
Deletions:
Additions:
>>http://subversion.tigris.org/
http://svnbook.red-bean.com/en/1.4/svn-book.pdf
>>===subversion (svn)===
http://svnbook.red-bean.com/en/1.4/svn-book.pdf
>>===subversion (svn)===
Deletions:
Additions:
==basic==
==advanced==
==optional==
==advanced==
==optional==
Deletions:
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
%%
Additions:
===subversion (svn)===
SubVersion Version Control
$ svn add my.new.file
SubVersion Version Control
$ svn add my.new.file
Deletions:
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.
Additions:
SubVersionCheckout
Deletions:
just gets all the files
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)
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:
(NOTE nothing happens until you commit (ci)
Additions:
SubVersionAndProxyServers
Deletions:
$ 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
Additions:
version control
SubVersionInitialisation
SubVersionDailyUsage
SubVersionBranchesAndTags
SubVersionInitialisation
SubVersionDailyUsage
SubVersionBranchesAndTags