อัปเดตในเดือนมกราคม 2563
VisualSVN Server 4.2 รองรับการค้นหาไฟล์และโฟลเดอร์ในเว็บอินเตอร์เฟส ลองใช้คุณสมบัติใหม่ในที่เก็บเซิร์ฟเวอร์สาธิต !
ดูเวอร์ชัน 4.2 บันทึกประจำรุ่นและดาวน์โหลด VisualSVN เซิร์ฟเวอร์ 4.2.0 จากหน้าดาวน์โหลดหลัก

คำตอบเก่า
เริ่มต้นด้วยการโค่นล้ม 1.8 คุณสามารถใช้--searchตัวเลือกที่มีsvn logคำสั่ง โปรดทราบว่าคำสั่งไม่ทำการค้นหาข้อความแบบเต็มภายในที่เก็บข้อมูลจะพิจารณาข้อมูลต่อไปนี้เท่านั้น:
- ผู้เขียน revision ( 
svn:authorคุณสมบัติที่ไม่มีใครสนใจ) 
- วันที่ ( 
svn:dateทรัพย์สินที่ไม่มีคุณสมบัติ) 
- ข้อความบันทึกการทำงาน ( 
svn:logคุณสมบัติที่ไม่มีการย้อนกลับ) 
- รายการเส้นทางที่เปลี่ยนแปลง (เช่นเส้นทางที่ได้รับผลกระทบจากการแก้ไขเฉพาะ)
 
นี่คือหน้าความช่วยเหลือเกี่ยวกับตัวเลือกการค้นหาใหม่เหล่านี้:
 If the --search option is used, log messages are displayed only if the
 provided search pattern matches any of the author, date, log message
 text (unless --quiet is used), or, if the --verbose option is also
 provided, a changed path.
 The search pattern may include "glob syntax" wildcards:
     ?      matches any single character
     *      matches a sequence of arbitrary characters
     [abc]  matches any of the characters listed inside the brackets
 If multiple --search options are provided, a log message is shown if
 it matches any of the provided search patterns. If the --search-and
 option is used, that option's argument is combined with the pattern
 from the previous --search or --search-and option, and a log message
 is shown only if it matches the combined search pattern.
 If --limit is used in combination with --search, --limit restricts the
 number of log messages searched, rather than restricting the output
 to a particular number of matching log messages.