aboutsummaryrefslogtreecommitdiffstats
path: root/devel/websvn
Commit message (Collapse)AuthorAgeFilesLines
* - update maintainer's email addressleeym2005-01-242-2/+1
| | | | | PR: 76601 Submitted by: maintainer
* - fixing installed filename (config.inc)clsung2004-10-201-1/+1
| | | | | | | | - remove CR in config file. Noted by kuriyama. Approved by: co-mentor (vanilla)
* - auto create pkg-plist in pre-install phase.clsung2004-10-192-97/+9
| | | | | | | PR: ports/71694 Submitted by: Michael Johnson <ahze AT ahze dot net> Reviewed by: maintainer Approved by: co-mentor (vanilla)
* From submitter:clsung2004-10-123-1/+9
| | | | | | | | | | | | - websvn need 2 missed dependency , and cp distconfig.inc config.inc. Changes: - add pkg-message - modify USE_PHP (from "yes" to "pcre zlib") - new file in pkg-plist PR: ports/71448 Submitted by: June-Yen Huang <jihuang AT gate.sinica.edu.tw> Approved by: maintainer, mentor (vanilla)
* - update to 1.61.clsung2004-09-033-3/+5
| | | | | | | | | | | | | | - NEW: Multibyte encodings are considered when urlencoding path names. - CHANGE: The listing view will now always show the revision asked for (HEAD by default), but the log message will show the log string for the latest modification to the current directory). This means the the parent directory structure won't change as you browse through old directories. - FIX: A bug prevented downloading of tarballs from working. PR: ports/71292 Submitted by: maintainer Approved by: vanilla (co-mentor)
* - Update to 1.60pav2004-08-293-3/+24
| | | | | PR: ports/71039 Submitted by: Yuan-Chung Hsiao <ychsiao@ychsiao.idv.tw> (maintainer)
* Update to 1.51kevlo2004-08-133-4/+15
| | | | | PR: ports/70377 Submitted by: MAINTAINER
* - Update to 1.40pav2004-06-213-5/+12
| | | | | PR: ports/68104 Submitted by: Yuan-Chung Hsiao <ychsiao@ychsiao.idv.tw> (maintainer)
* WebSVN offers a view onto your subversion repositories that's been designedpav2004-05-264-0/+93
to reflect the Subversion methodology. You can view the log of any file or directory and see a list of all the files changed, added or deleted in any given revision. You can also view the differences between 2 versions of a file so as to see exactly what was changed in a particular revision. WWW: http://websvn.tigris.org/ PR: ports/66530 Submitted by: Yuan-Chung Hsiao <ychsiao@ychsiao.idv.tw>