Revision [1180]

Last edited on 2011-10-03 03:04:13 by FsseInfo
Additions:
Sub Version (svn) Control
Deletions:
Sub Version Control


Revision [985]

Edited on 2010-07-23 17:29:56 by FsseInfo
Additions:
global-ignores = .buildpath .project .settings
Deletions:
global-ignores = .buildpath .project


Revision [982]

Edited on 2010-07-23 15:34:08 by FsseInfo
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
%%


Revision [719]

Edited 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:
>>http://subversion.tigris.org/
http://svnbook.red-bean.com/en/1.4/svn-book.pdf
>>===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 created on 2006-10-24 13:51:16 by FsseInfo
Valid XHTML :: Valid CSS: :: Powered by WikkaWiki