अद्यतन जनवरी, 2020
VisualSVN सर्वर 4.2 वेब इंटरफ़ेस में फ़ाइलों और फ़ोल्डरों को खोजने का समर्थन करता है। डेमो सर्वर के रिपॉजिटरी में से एक पर नई सुविधा का प्रयास करें !
संस्करण ४.२ रिलीज़ नोट्स देखें , और VisualSVN सर्वर ४.२.० को मुख्य डाउनलोड पृष्ठ से डाउनलोड करें ।
पुराना उत्तर
तोड़फोड़ 1.8 के--search
svn log
साथ शुरू , आप कमांड के साथ विकल्प का उपयोग कर सकते हैं । ध्यान दें कि कमांड रिपॉजिटरी के अंदर पूर्ण-पाठ खोज नहीं करता है, यह केवल निम्नलिखित डेटा पर विचार करता है:
- संशोधन के लेखक (बिना
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.