Menu

Source Commit Log


Commit Date  
[r264] by kfogel

As of revision 5618, repositories and working copies now use
README.txt instead of README, and they use local eol style in those
files. This revision makes the analogous change to
~/.subversion/README, and adjusts the book for all of these changes
(thanks to Mike Pilato for reminding me of the docs):

* subversion/libsvn_subr/config_impl.h
(SVN_CONFIG__USR_README_FILE): Add .txt extension.

* subversion/libsvn_subr/config_file.c
(svn_config_ensure): Use APR_EOL_STR instead of "\n".

* doc/book/book/ch05.xml, doc/book/book/ch06.xml,
doc/book/book/ch08.xml: Use the new filenames.

2003-04-14 20:51:24 Tree
[r263] by sussman

* ch06.xml: fix copy-n-pasto in sidebar.

2003-04-11 15:21:07 Tree
[r262] by rooneg

Fix issue 1227.

* doc/book/book/ch08.xml
correct typo, 'svn create' should be 'svnadmin create'.

Submitted By: Dmitriy Popkov

2003-04-06 14:42:56 Tree
[r261] by rooneg

* doc/book/book/ch07.xml
(Layered Library Design): libsvn_auth no longer exists, so take it out of
the list of libraries.

2003-04-03 22:43:06 Tree
[r260] by sussman

* ch05.xml: use mdash instead of semicolon.

2003-03-31 18:45:34 Tree
[r259] by sussman

* ch05.xml: clarify that SSH means no svnserve daemon is needed.

2003-03-31 15:17:48 Tree
[r258] by cmpilato

Some clarifications and minor corrections to the Subversion book.
Patch from Julian Foad <julianfoad@...>.

* doc/book/book/ch03.xml:
Change wording to encourage users to issue "svn resolve" rather than
removing the temporary files manually. Change of emphasis for clarity.
Insert a missing word.

* doc/book/book/ch08.xml:
Explain why "ci" and not "co" is the abbreviation for "commit". Fix
spelling.

* doc/book/book/ch02.xml:
* doc/book/book/ch04.xml:
* doc/book/book/ch05.xml:
* doc/book/book/ch06.xml:
* doc/book/book/ch07.xml:
Grammer/typo/spelling/mdash fixes.

2003-03-27 19:13:11 Tree
[r257] by kraai

Fix WebDAV RFC number. Noted by Tez Kamihira.

* doc/book/book/ch07.xml: Change "RFC 3256" to "RFC 3253."

* notes/webdav-general-summary: Likewise.

2003-03-26 15:30:01 Tree
[r256] by fitz

Remove out-of-date comments.

* doc/book/book/appa.xml, doc/book/book/ch04.xml,
doc/book/book/ch06.xml: Remove out-of-date comments.

2003-03-24 15:09:08 Tree
[r255] by bdenny

Resolves Issue #1076:
- print 'I' (not '?') for ignored files when named explicitly on the
command line, or when --no-ignores is used.
- print nothing for nonexistent files (unversioned and do not exist on disk)

* subversion/include/svn_wc.h
(enum svn_wc_status_kind): Add status kind svn_wc_status_ignored.

* subversion/libsvn_wc/status.c
(assemble_status): Set text_status to svn_wc_status_ignored
for ignored files.
(collect_ignore_patterns): New function, extracted from
add_unversioned_items.
(add_unversioned_item): New function, extracted from
add_unversioned_items.
(add_unversioned_items): Extract helper functions mentioned above.
(svn_wc_statuses): If there is no entry for PATH, handle it
correctly as an unversioned item.

* subversion/clients/cmdline/status.c
(generate_status_code): Return 'I' for svn_wc_status_ignored.
(svn_cl__print_status_list): Skip printing items whose status is
svn_wc_status_none.

* subversion/clients/cmdline/main.c
(svn_cl__cmd_table): Add 'I' to output of 'svn help status'.

* subversion/tests/clients/cmdline/stat_tests.py
(status_for_unignored_file)
[renamed from status_blank_for_unignored_file]: Check that text
status is 'I' for a file marked ignored, if specified explicitly
or --no-ignores is given.
(status_for_nonexistent_file): Check that no output is given for a
file that is not versioned and does not exist.

* doc/book/book/ch06.xml
Give example of using 'svn status --no-ignore'

* doc/book/book/ch08.xml
Add explanation of 'I' to 'svn status' reference

2003-03-23 18:37:04 Tree
Older >
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.