Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add possibility of not including Subversion in DEPEND. | 2009-05-10 | 1 | -12/+26 | |
| | | | | Run 'svn upgrade' to automatically upgrade working copies. | ||||
* | Typo++. Well sometimes copy/pasto just does not work. | 2009-04-29 | 1 | -2/+2 | |
| | |||||
* | Update eapi2 issues reported by subversion eclass users. Agreed with yngwin ↵ | 2009-04-29 | 1 | -9/+9 | |
| | | | | to rather fix this fast and apologize maint. later. | ||||
* | Update for EAPI="2". | 2009-04-26 | 1 | -3/+16 | |
| | |||||
* | Support ESVN_USER and ESVN_PASSWORD variables. | 2009-04-26 | 1 | -6/+28 | |
| | |||||
* | Run 'svn cleanup' to automatically upgrade working copies. | 2009-04-26 | 1 | -1/+3 | |
| | |||||
* | Update for compatibility with Subversion 1.6. | 2009-03-22 | 1 | -2/+7 | |
| | |||||
* | Make sure S exists thanks to Peter Volkov (pva) on bug #223813. | 2008-05-27 | 1 | -1/+2 | |
| | |||||
* | Print checkout dir when svn update fails. | 2008-05-15 | 1 | -4/+4 | |
| | |||||
* | add support for subversion 1.5 webdav changes, bug #219509 | 2008-04-30 | 1 | -4/+6 | |
| | |||||
* | Typo. | 2008-03-06 | 1 | -2/+2 | |
| | |||||
* | Mention which revision is used when fetching is disabled. | 2008-02-27 | 1 | -3/+4 | |
| | |||||
* | Add support for an optional repo_uri argument for pkg_preinst. | 2008-02-21 | 1 | -2/+3 | |
| | |||||
* | Move use of ESVN_REPO_URI to public functions only. Patch kindly provided by ↵ | 2008-02-21 | 1 | -4/+4 | |
| | | | | Doug Klima (Cardoe). | ||||
* | Unbreak subversion__get_repository_uri(). Warn when ESVN_OFFLINE is set ↵ | 2008-02-21 | 1 | -3/+6 | |
| | | | | while there is no checkout. | ||||
* | Add support for ESVN_UP_FREQ. | 2008-02-20 | 1 | -16/+34 | |
| | |||||
* | As kindly pointed out by David Leverton there is no requirement to define ↵ | 2008-02-20 | 1 | -4/+6 | |
| | | | | ESVN_REPO_URI before inheriting this eclass. On the other hand subversion_src_fetch must die if repo_uri is unset. | ||||
* | Add support for ESCM_LOGDIR using pkg_preinst. | 2008-02-20 | 1 | -2/+33 | |
| | |||||
* | Add support for ESVN_OFFLINE and ESCM_OFFLINE. | 2008-02-20 | 1 | -2/+15 | |
| | |||||
* | add ESVN_SWITCH_CMD and use svn switch as necessary | 2008-02-20 | 1 | -9/+21 | |
| | |||||
* | Add ESVN_REVISION support. Remove problematic to_upper function. Provide ↵ | 2008-02-20 | 1 | -54/+39 | |
| | | | | revision data to user. Provide more working copy info via ESVN_WC_* variables. All this couldn't have been done without kojiro's help. | ||||
* | Document subversion.eclass for use with eclass-manpages. Add myself to ↵ | 2008-02-20 | 1 | -141/+103 | |
| | | | | maintainers. | ||||
* | fixes bug #188255 and bug #205787. | 2008-02-17 | 1 | -13/+56 | |
| | |||||
* | Fix. sorry. | 2007-07-03 | 1 | -3/+3 | |
| | |||||
* | (QA) Little improvements. | 2007-07-01 | 1 | -55/+22 | |
| | |||||
* | should not contain HOMEPAGE as it's up to individual ebuilds to set this, ↵ | 2007-04-23 | 1 | -2/+1 | |
| | | | | and should not point to SubVersion. | ||||
* | fixes bug #153227 | 2007-04-01 | 1 | -8/+26 | |
| | |||||
* | fixes bug #156666 | 2007-04-01 | 1 | -1/+2 | |
| | |||||
* | fixes bug #153227, bug #156712 and bug #161584. | 2007-01-19 | 1 | -35/+135 | |
| | |||||
* | fixes bug #146915 and bug #148598. | 2006-09-27 | 1 | -17/+13 | |
| | |||||
* | Moved addwrite() outside the if statement since it's needed in both cases. | 2006-09-06 | 1 | -4/+4 | |
| | |||||
* | Moved addwrite() to allow fresh repositories to be created | 2006-09-06 | 1 | -4/+4 | |
| | |||||
* | Fix sandbox violations | 2006-09-05 | 1 | -1/+7 | |
| | |||||
* | fixes bug #143480 | 2006-09-03 | 1 | -17/+14 | |
| | |||||
* | fixes bug #133757 and bug #134336 | 2006-07-22 | 1 | -48/+108 | |
| | |||||
* | fixes bug #132382 | 2006-05-16 | 1 | -2/+2 | |
| | |||||
* | add '/' | 2006-04-30 | 1 | -2/+2 | |
| | |||||
* | fixes bug #129178 | 2006-04-30 | 1 | -2/+2 | |
| | |||||
* | fixes bug #129178 and #129427 | 2006-04-28 | 1 | -13/+8 | |
| | |||||
* | fixes bug #124451 | 2006-03-20 | 1 | -6/+2 | |
| | |||||
* | add workaround for broken `svn export` behavior #119236 by Joe Kappus | 2006-02-05 | 1 | -3/+7 | |
| | |||||
* | look ma, I'm touching eclasses! | 2006-01-07 | 1 | -2/+2 | |
| | | | | | introducing PORTAGE_ACTUAL_DISTDIR support for bug 117440, DISTDIR symlink indirection (blocks all unstated access to DISTDIR). Also breaks these eclasses since they have unstated access... | ||||
* | fixes bug #96386, #97129, #113264, #113458 | 2005-12-24 | 1 | -24/+31 | |
| | |||||
* | make sure user subversion supports http | 2005-09-21 | 1 | -5/+10 | |
| | |||||
* | QA: Apply whitespace checks from repoman to eclasses. | 2005-07-11 | 1 | -2/+2 | |
| | |||||
* | Remove ECLASS= and INHERITED= which haven't been necessary for a long time now | 2005-07-06 | 1 | -2/+1 | |
| | |||||
* | Remove ECLASS= and INHERITED= which haven't been necessary for a long time now | 2005-07-06 | 1 | -2/+1 | |
| | |||||
* | fixes bug #92611 | 2005-05-15 | 1 | -2/+2 | |
| | |||||
* | update | 2005-05-05 | 1 | -1/+5 | |
| | |||||
* | update copyright | 2005-01-20 | 1 | -2/+2 | |
| |