links · people · groups · tags | My: links · tags · groups · watchlists · notes login · sign up now! | help · blog
Simpy simpy
 
vreesh, member since Jun 22, 2006
.
Search Everyone: "svn",

Top "SVN" experts: gwarf, sports_betting, d4ljoyn, bartman, smeckley, fmarc,

Groups about "SVN": DVCS,

1 - 6 of 6   Watch vreesh
 
by vreesh 2007-06-18 05:21 SVN · osx · versions · client
http://www.versionsapp.com/ - cached - mail it - history
.svnignore — .cvsignore for subversion If you’ve ever seriously used CVS, you know about .cvsignore files. They contain a list of files which should be ignored by the version control system. For example, you don’t really want or need to store object code (’*.o’ files) in your repository. Subversion supports ignore files too. First, create a file which contains a list of files you want to ignore. In this example, we’ll call it .svnignore, but really it could be called anything. Then, just add it to the subversion repository and set the correct properties for the directory. Commit and enjoy! $ echo "foo.o" > .svnignore $ svn add .svnignore $ svn propset svn:ignore -F .svnignore . $ svn commit -m "Added an ignore file for bar/"
by vreesh 2007-05-22 05:56 svn · osx · mac · svnignore
http://mediumbagel.org/nucleus/2007/02/06/svnignore-cvsignore-for-subversion/ - cached - mail it - history
Subversion unter OSX So, jetzt wird es mal wieder Zeit für einen etwas ausführlicheren Artikel, da ich mich gerade mit Subversion beschäftige. Leider habe ich keinen Artikel gefunden der mir all das brachte was ich benötigte.
by vreesh 2007-05-22 05:36 svn · mac · osx · console
http://peter-rehm.de/index.php?url=2006/04/27/Subversion-unter-OSX/&serendipity[csuccess]=moderate - cached - mail it - history
ZigVersion is an easy to use interface for Subversion, a popular open source version control system. Instead of simply reproducing the command line concepts as a graphical interface, we looked at the typical workflows of professional programmers and designed an interface around them.
by vreesh 2007-04-13 09:24 svn · mac · osx
http://www.zigzig.com/ - cached - mail it - history
by vreesh 2006-09-25 19:02 svn
http://www.onlamp.com/pub/a/bsd/2005/05/12/FreeBSD_Basics.html - cached - mail it - history
by vreesh 2006-07-11 05:06 Subversion · SVN
http://systhread.net/texts/200607subver.php - cached - mail it - history
1 - 6 of 6  
Related Tags
 
- exclude ~ optional + require
Add Dates