Log message: From: To:
Path:
Author:
Issue:
File name:
File type:
Activity by path
Activity by time
2008-04
Activity by year and month
Activity by author
authors by first/last commit
Core group
Developer turnover
Changes    Collaboration    Timeline    Rss   
1 - 20 of 2945  Next ›
2945 01.03.2007 21:28:31, by alex:
constructors of SVN*Client classes with ISVNRepositoryPool made public,
ISVNOptions.keepConnection(SVNRepository) now used for "svn" and "svn+ssh" protocols - it manages socket or channel lifecycle respectively.
M /trunk/svnkit/src/org/tmatesoft/svn/cli/SVN.java
M /trunk/svnkit/src/org/tmatesoft/svn/core/internal/io/svn/SVNRepositoryImpl.java
M /trunk/svnkit/src/org/tmatesoft/svn/core/wc/DefaultSVNRepositoryPool.java
M /trunk/svnkit/src/org/tmatesoft/svn/core/wc/SVNCommitClient.java
M /trunk/svnkit/src/org/tmatesoft/svn/core/wc/SVNCopyClient.java
M /trunk/svnkit/src/org/tmatesoft/svn/core/wc/SVNDiffClient.java
M /trunk/svnkit/src/org/tmatesoft/svn/core/wc/SVNLogClient.java
M /trunk/svnkit/src/org/tmatesoft/svn/core/wc/SVNMoveClient.java
M /trunk/svnkit/src/org/tmatesoft/svn/core/wc/SVNStatusClient.java
And 1 more
2944 01.03.2007 21:07:54, by alex:
better implementation for an option not to delete files and dirs on commit
M /trunk/svnkit/src/org/tmatesoft/svn/core/internal/wc/admin/SVNAdminArea.java
M /trunk/svnkit/src/org/tmatesoft/svn/core/internal/wc/admin/SVNAdminArea14.java
M /trunk/svnkit/src/org/tmatesoft/svn/core/internal/wc/admin/SVNLog.java
M /trunk/svnkit/src/org/tmatesoft/svn/core/internal/wc/admin/SVNLogRunner.java
M /trunk/svnkit/src/org/tmatesoft/svn/core/internal/wc/admin/SVNXMLAdminArea.java
M /trunk/svnkit/src/org/tmatesoft/svn/core/wc/DefaultSVNCommitParameters.java
M /trunk/svnkit/src/org/tmatesoft/svn/core/wc/ISVNCommitParameters.java
M /trunk/svnkit/src/org/tmatesoft/svn/core/wc/SVNCommitClient.java
2943 01.03.2007 20:12:27, by alex:
option not to remove deleted directories on commit.
M /trunk/svnkit/src/org/tmatesoft/svn/core/internal/wc/admin/SVNAdminArea.java
M /trunk/svnkit/src/org/tmatesoft/svn/core/internal/wc/admin/SVNAdminArea14.java
M /trunk/svnkit/src/org/tmatesoft/svn/core/internal/wc/admin/SVNLog.java
M /trunk/svnkit/src/org/tmatesoft/svn/core/internal/wc/admin/SVNLogRunner.java
M /trunk/svnkit/src/org/tmatesoft/svn/core/internal/wc/admin/SVNXMLAdminArea.java
M /trunk/svnkit/src/org/tmatesoft/svn/core/wc/DefaultSVNCommitParameters.java
M /trunk/svnkit/src/org/tmatesoft/svn/core/wc/ISVNCommitParameters.java
M /trunk/svnkit/src/org/tmatesoft/svn/core/wc/SVNCommitClient.java
2942 01.03.2007 19:06:23, by alex:
log streams are multiplexing data between log and raw streams now, as Marc suggested.
M /trunk/svnkit/src/org/tmatesoft/svn/core/internal/util/SVNLogInputStream.java
M /trunk/svnkit/src/org/tmatesoft/svn/core/internal/util/SVNLogOutputStream.java
A /trunk/svnkit/src/org/tmatesoft/svn/core/internal/util/SVNLogStream.java
M /trunk/svnkit/src/org/tmatesoft/svn/util/ISVNDebugLog.java
M /trunk/svnkit/src/org/tmatesoft/svn/util/SVNDebugLogAdapter.java
2941 27.02.2007 18:53:31, by alex:
malicious file accidently included into the web site files removed.
D /trunk/www/feed/api.php
2940 27.02.2007 18:02:56, by alex:
ISVNOptions.isIgnored(File) added (used by doImport only).
M /trunk/svnkit/src/org/tmatesoft/svn/core/internal/wc/DefaultSVNOptions.java
M /trunk/svnkit/src/org/tmatesoft/svn/core/wc/ISVNOptions.java
M /trunk/svnkit/src/org/tmatesoft/svn/core/wc/SVNCommitClient.java
2939 26.02.2007 18:03:24, by alex:
sys$login for openVMS changed to /sys$login to make sure path is absolute.
M /trunk/svnkit/src/org/tmatesoft/svn/core/wc/SVNWCUtil.java
2938 22.02.2007 19:15:22, by alex:
svn xml handler sets Locator before calling xml handler methods.
M /trunk/svnkit/src/org/tmatesoft/svn/core/wc/xml/AbstractXMLHandler.java
2937 21.02.2007 17:39:25, by sa:
1)bugfix in SVNAdminClient.doLoad() (found by "Archana Sambandam-TLS,Chennai" <archanasambandam@hcl.in>):
- when
if (contentLength == 0)

is true, do not

fsConsumer.textDeltaEnd(myCurrentNodeBaton.myPath);

call separately, as it's already called within the generator's sendDelta() method


2)SVNUUIDAction's constructor must not be visible outside

3)updated www/index.html and www/kb/index.html to refer to our new http://wiki.svnkit.com cool site
M /trunk/svnkit/src/org/tmatesoft/svn/core/internal/wc/DefaultLoadHandler.java
M /trunk/svnkit/src/org/tmatesoft/svn/core/wc/admin/SVNUUIDAction.java
M /trunk/www/index.html
M /trunk/www/kb/index.html
2936 19.02.2007 17:24:51, by sa:
updated svnkit start page:
Sventon was moved to http://www.sventon.org
M /trunk/www/index.html
2935 13.02.2007 16:37:31, by alex:
doStatus(...) : SVNStatus uses absolute file for status call now.
M /trunk/svnkit/src/org/tmatesoft/svn/core/wc/SVNStatusClient.java
2934 12.02.2007 19:53:17, by alex:
callback to get external revision when one is not defined added
M /trunk/svnkit/src/org/tmatesoft/svn/core/wc/SVNUpdateClient.java
2933 12.02.2007 17:34:03, by alex:
bug in doMove fixed - base txt was not created for added files
M /trunk/svnkit/src/org/tmatesoft/svn/core/wc/SVNMoveClient.java
2932 11.02.2007 18:37:04, by alex:
possible NPE in SVNCommitUtil fixed
M /trunk/svnkit/src/org/tmatesoft/svn/core/internal/wc/SVNCommitUtil.java
2931 11.02.2007 12:38:28, by sa:
Bug fix in SVNAdminClient.doLoad (reported by Zsolt Koppany <zkoppanylist@intland.com> in
the mailing list on Feb 10, 2007, "Problems with load"):

- while loading full text (not delta) from a dump file we need to use SVNDeltaGenerator.sendDelta()
which accepts only a target bytes buffer and which does not call consumer.textDeltaEnd() itself
since such a call resets the inner state of the consumer what used to lead to NPE in a next call
to the sendDelta() method that did call consumer.textDeltaEnd()

SVNAdminLoadCommand now also shows information on path modifications and transaction starting based
on an original revision

Extended the javadoc comment for SVNDirEntry.getRelativePath()
M /trunk/svnkit/src/org/tmatesoft/svn/cli/command/SVNAdminLoadCommand.java
M /trunk/svnkit/src/org/tmatesoft/svn/core/SVNDirEntry.java
M /trunk/svnkit/src/org/tmatesoft/svn/core/internal/wc/DefaultLoadHandler.java
M /trunk/svnkit/src/org/tmatesoft/svn/core/wc/admin/SVNAdminClient.java
M /trunk/svnkit/src/org/tmatesoft/svn/core/wc/admin/SVNAdminEvent.java
M /trunk/svnkit/src/org/tmatesoft/svn/core/wc/admin/SVNAdminEventAction.java
2930 01.02.2007 12:27:42, by alex:
version 1.1.1 published
A /tags/1.1.1
A /tags/1.1.1/svnkit-test/python-tests-log.xml
M /tags/1.1.1/svnkit-test/python/patch/main.py
2929 31.01.2007 20:32:11, by alex:
changelog updated
M /trunk/changelog.txt
2928 31.01.2007 20:14:37, by Ivan Petrov:
possible NPE in openAnchor fixed.
M /trunk/svnkit/src/org/tmatesoft/svn/core/internal/wc/admin/SVNWCAccess.java
2927 31.01.2007 20:09:18, by Ivan Petrov:
added file sometimes were overwriting existing one on commit, should be fixed now.
M /trunk/svnkit/src/org/tmatesoft/svn/core/internal/io/dav/DAVCommitEditor.java
2926 31.01.2007 19:22:00, by Ivan Petrov:
URL trailing slash sent in REPORT DAV request now removed.
M /trunk/svnkit/src/org/tmatesoft/svn/core/internal/io/dav/handlers/DAVEditorHandler.java
1 2 3 4 5 6 7 8 9 10 Next