summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Export working copy information after the update rather than in ↵Michał Górny2013-07-271-2/+4
| | | | pkg_preinst(). This makes it possible for ebuild to reference e.g. ESVN_WC_REVISION properly. Bug #282486.
* Bug #467646 - Refer to /etc/portage/make.conf, not /etc/make.conf.Zac Medico2013-04-281-3/+3
|
* add support for file:// URI scheme wrt bug #416649Akinori Hattori2012-07-291-6/+9
|
* replace built_with_use by USE deps wrt bug #242100Akinori Hattori2012-07-291-11/+4
|
* remove obsolete workaround (ESVN_DISABLE_DEPENDENCIES)Akinori Hattori2012-07-291-12/+2
|
* remove DESCRIPTION variable wrt bug #428304Akinori Hattori2012-07-291-3/+1
|
* reorder public functionsAkinori Hattori2012-06-101-41/+41
|
* fixes bug #416743.Akinori Hattori2012-06-101-7/+6
|
* update @MAINTAINER and minor cleanup.Akinori Hattori2012-06-101-32/+14
|
* ESCM_OFFLINE -> EVCS_OFFLINE. Bug 410471.Mike Gilbert2012-04-011-2/+2
|
* Respect ESVN_USER, ESVN_PASSWORD and ESVN_OPTIONS on repo update, #401737Justin Lecher2012-02-211-2/+4
|
* ESVN_UMASK: fix grammar and add useful documentationMike Frysinger2012-02-141-3/+7
|
* Introduce ESVN_UMASK variable to override default umask. Patch by Arfrever.Mike Gilbert2012-02-021-2/+16
|
* Handle UUID mismatch by deleting working copy and checking out it again. ↵Jesus Rivero2011-12-271-2/+20
| | | | Patch by Arfrever.
* create backing store dirs with group write perms so that people can more ↵Mike Frysinger2011-12-141-3/+3
| | | | easily switch between user based testing (ebuild/etc...) and root/userpriv based emerging
* fix random bugs in eclass documentation, and convert to new @AUTHOR tagMike Frysinger2011-08-221-4/+3
|
* Leaving ESVN_STORE_DIR after the subversion_src_unpack, so that subsequent ↵Justin Lecher2010-12-191-2/+4
| | | | commands act in not in ESVN_STORE_DIR
* dev-util/subversion renamed to dev-vcs/subversion.Arfrever Frehtes Taifersar Arahesis2010-06-221-4/+4
|
* Add possibility of not including Subversion in DEPEND.Arfrever Frehtes Taifersar Arahesis2009-05-101-12/+26
| | | | Run 'svn upgrade' to automatically upgrade working copies.
* Typo++. Well sometimes copy/pasto just does not work.Tomas Chvatal2009-04-291-2/+2
|
* Update eapi2 issues reported by subversion eclass users. Agreed with yngwin ↵Tomas Chvatal2009-04-291-9/+9
| | | | to rather fix this fast and apologize maint. later.
* Update for EAPI="2".Arfrever Frehtes Taifersar Arahesis2009-04-261-3/+16
|
* Support ESVN_USER and ESVN_PASSWORD variables.Arfrever Frehtes Taifersar Arahesis2009-04-261-6/+28
|
* Run 'svn cleanup' to automatically upgrade working copies.Arfrever Frehtes Taifersar Arahesis2009-04-261-1/+3
|
* Update for compatibility with Subversion 1.6.Arfrever Frehtes Taifersar Arahesis2009-03-221-2/+7
|
* Make sure S exists thanks to Peter Volkov (pva) on bug #223813.Bo Ørsted Andresen2008-05-271-1/+2
|
* Print checkout dir when svn update fails.Bo Ørsted Andresen2008-05-151-4/+4
|
* add support for subversion 1.5 webdav changes, bug #219509Benedikt Boehm2008-04-301-4/+6
|
* Typo.Bo Ørsted Andresen2008-03-061-2/+2
|
* Mention which revision is used when fetching is disabled.Bo Ørsted Andresen2008-02-271-3/+4
|
* Add support for an optional repo_uri argument for pkg_preinst.Bo Ørsted Andresen2008-02-211-2/+3
|
* Move use of ESVN_REPO_URI to public functions only. Patch kindly provided by ↵Bo Ørsted Andresen2008-02-211-4/+4
| | | | Doug Klima (Cardoe).
* Unbreak subversion__get_repository_uri(). Warn when ESVN_OFFLINE is set ↵Bo Ørsted Andresen2008-02-211-3/+6
| | | | while there is no checkout.
* Add support for ESVN_UP_FREQ.Bo Ørsted Andresen2008-02-201-16/+34
|
* As kindly pointed out by David Leverton there is no requirement to define ↵Bo Ørsted Andresen2008-02-201-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.Bo Ørsted Andresen2008-02-201-2/+33
|
* Add support for ESVN_OFFLINE and ESCM_OFFLINE.Bo Ørsted Andresen2008-02-201-2/+15
|
* add ESVN_SWITCH_CMD and use svn switch as necessaryDoug Goldstein2008-02-201-9/+21
|
* Add ESVN_REVISION support. Remove problematic to_upper function. Provide ↵Doug Goldstein2008-02-201-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 ↵Bo Ørsted Andresen2008-02-201-141/+103
| | | | maintainers.
* fixes bug #188255 and bug #205787.Akinori Hattori2008-02-171-13/+56
|
* Fix. sorry.Piotr Jaroszyński2007-07-031-3/+3
|
* (QA) Little improvements.Piotr Jaroszyński2007-07-011-55/+22
|
* should not contain HOMEPAGE as it's up to individual ebuilds to set this, ↵Doug Goldstein2007-04-231-2/+1
| | | | and should not point to SubVersion.
* fixes bug #153227Akinori Hattori2007-04-011-8/+26
|
* fixes bug #156666Akinori Hattori2007-04-011-1/+2
|
* fixes bug #153227, bug #156712 and bug #161584.Akinori Hattori2007-01-191-35/+135
|
* fixes bug #146915 and bug #148598.Akinori Hattori2006-09-271-17/+13
|
* Moved addwrite() outside the if statement since it's needed in both cases.Christian Birchinger2006-09-061-4/+4
|
* Moved addwrite() to allow fresh repositories to be createdChristian Birchinger2006-09-061-4/+4
|