Tags:
create new tag
view all tags
---+ lemur.ling.washington.edu ---++ Subversion says my transaction is too large We limit the size of commits to the repository, to prevent people from accidentally committing large files that shouldn't be in the repository (and which are hard to remove, later.) Commit transactions are compressed, and this limit applies to the compressed size, so the actual maximum file size you can commit will depend on the type of data in the file. Text compresses more readily than binary data, for example. Generally speaking, you should commit source files and hand-edited data, not output files or static data files that can easily be regenerated. You can tell Subversion to ignore certain types of files by setting the svn:ignore property on their directory. For example, to tell Subversion to ignore files ending in ".o" and files starting with "debug_log": =svn propedit svn:ignore directoryname= Your default editor will start. Add the following lines: <verbatim> debug_log* *.o </verbatim> ...and save the file. You can add as many ignore patterns as you want, one per line. For more information, see [[http://svnbook.red-bean.com/nightly/en/svn.advanced.props.special.ignore.html][Ignoring Unversioned Items]] in the Subversion book. If you have large files that legitimately need to be in the repository, email linghelp@u to explain the situation and you will be added to the exception list. -- Main.DavidBrodbeck - 13 Dec 2007
E
dit
|
A
ttach
|
Watch
|
P
rint version
|
H
istory
: r2
<
r1
|
B
acklinks
|
V
iew topic
|
Ra
w
edit
|
M
ore topic actions
Topic revision: r2 - 2007-12-13
-
DavidBrodbeck
Home
Site map
Main web
Sandbox web
TWiki web
Main Web
Users
Groups
Index
Search
Changes
Notifications
RSS Feed
Statistics
Preferences
View
Raw View
Print version
Find backlinks
History
More topic actions
Edit
Raw edit
Attach file or image
Edit topic preference settings
Set new parent
More topic actions
Account
Log In
E
dit
A
ttach
Copyright © 2008-2026 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki?
Send feedback