Revision [985]
Last edited on 2010-07-23 17:29:56 by FsseInfoAdditions:
global-ignores = .buildpath .project .settings
Deletions:
Revision [982]
Edited on 2010-07-23 15:34:08 by FsseInfoAdditions:
==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
%%
Revision [719]
Edited on 2008-08-21 12:04:53 by FsseInfoAdditions:
SubVersionMerge
Revision [711]
Edited on 2008-08-08 16:26:09 by FsseInfoAdditions:
SubVersionRevisions
Revision [678]
Edited on 2008-07-30 18:27:56 by FsseInfoAdditions:
Sub Version Control
Deletions:
Revision [475]
Edited on 2008-04-25 12:15:47 by FsseInfoAdditions:
>>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:
Revision [474]
Edited on 2008-04-24 15:37:02 by FsseInfoAdditions:
==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
%%
Revision [471]
Edited on 2008-04-24 15:32:45 by FsseInfoAdditions:
===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.
Revision [468]
Edited on 2008-04-24 15:24:20 by FsseInfoAdditions:
SubVersionCheckout
Deletions:
just gets all the files
Revision [390]
Edited on 2007-06-20 09:59:41 by FsseInfoAdditions:
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)
Revision [383]
Edited on 2007-05-04 10:31:19 by FsseInfoAdditions:
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
Revision [379]
Edited on 2007-05-04 10:09:47 by FsseInfoAdditions:
version control
SubVersionInitialisation
SubVersionDailyUsage
SubVersionBranchesAndTags
SubVersionInitialisation
SubVersionDailyUsage
SubVersionBranchesAndTags