[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: I don't like the ".svn" directory name ...

From: gary \(guangyuan\) sun <garysun04_at_yahoo.com>
Date: 2007-07-25 22:12:02 CEST

Erik,

I did try what the FAQ says many times to change
svn_wc.h from
#define SVN_WC_ADM_DIR_NAME ".svn"
to
#define SVN_WC_ADM_DIR_NAME ".qvn"
and than recompile source. The administrative
directory is still .svn,

I grep .svn from source, and got some message like:

./dist.sh: if [ -d $DEP_PATH/.svn ]; then
./contrib/client-side/wcgrep:find $pathargs -regex
${WCGREP_IGNORE:-'.*~$\|.*/\.svn\(/\|$\)'} -prune -o \
./contrib/client-side/svn_load_dirs.pl.in: my
$tmp_filename = ".svn/tmp/svn_load_dirs.$$";
./contrib/client-side/vc-svn.el: (and (file-exists-p
(expand-file-name ".svn/entries"
./contrib/client-side/svnmerge.py: return
os.path.isdir(os.path.join(dir, ".svn")) or \
./contrib/client-side/wcgrep:find $pathargs -regex
${WCGREP_IGNORE:-'.*~$\|.*/\.svn\(/\|$\)'} -prune -o \
./contrib/client-side/svn_apply_autoprops.py:SVN_WC_ADM_DIR_NAME
= '.svn'
./contrib/client-side/svn_load_dirs.pl.in:
             '-x', '.svn',
./contrib/client-side/svn_load_dirs.pl.in: unless
(-d "$opt_existing_wc_dir/.svn")
./contrib/client-side/svnmerge.sh: if [ -d "$1" -a
-d "$1/.svn" ]; then
./contrib/client-side/svnmerge.sh:[ -d "${BRANCH_DIR}"
-a -d "${BRANCH_DIR}/.svn" ] || \

./subversion/bindings/java/javahl/src/org/tigris/subversion/javahl/tests/BasicTests.java:
               client.isAdminDirectory(".svn");
./subversion/bindings/swig/python/svn_wc.c:{
SWIG_PY_POINTER, (char*)"SVN_WC_ADM_DIR_NAME", 0, 0,
(void *)".svn", &SWIGTYPE_p_char},
./subversion/bindings/swig/python/svn_wc.c:
PyDict_SetItemString(d,"SVN_WC_ADM_DIR_NAME",
SWIG_FromCharPtr(".svn"));
./subversion/bindings/swig/ruby/svn_wc.c:
rb_define_const(mWc,"SVN_WC_ADM_DIR_NAME",
rb_str_new2(".svn"));
./subversion/bindings/swig/perl/native/svn_wc.c:{
SWIG_STRING, (char *) SWIG_prefix
"SVN_WC_ADM_DIR_NAME", 0, 0, (void *)".svn", 0},
./subversion/libsvn_subr/opt.c: if (0 ==
strcmp(base_name, ".svn")
./subversion/libsvn_wc/adm_files.c:static const char
default_adm_dir_name[] = ".svn";
./subversion/libsvn_wc/update_editor.c:
.svn/tmp/text-base/F.svn-base

./subversion/tests/cmdline/svntest/main.py: return
'.svn'
./tools/dev/stress.pl: $File::Find::prune = 1 if
$File::Find::name =~ m[/.svn];
./tools/dev/svn-dev.el:(defconst svn-adm-area ".svn"
./tools/dev/svn-dev.el:(defconst svn-adm-entries
".svn/entries"

Do these mean something? Any idea what my problem can
be?

Kind regards,

Gary

--- Erik Huelsmann <ehuels@gmail.com> wrote:

> [General note: Please stay on the list, others may
> benefit from this
> discussion or even contribute to it]
>
> On 7/24/07, gary (guangyuan) sun
> <garysun04@yahoo.com> wrote:
> > Erik,
> >
> > Thanks for you quick response.
> >
> > I download source code subversion-1.4.4.tar.gz
> and
> > subversion-deps-1.4.4.tar.gz from Tigris.org to my
> Red
> > Hat Linux machine.
> >
> > When I grep '\.svn' or '\.svn/' , I view many
> files.
>
> Well, that certainly doesn't mean anything by
> itself. Did you try what
> the FAQ says and encounter problems? That FAQ is
> there for a number of
> years now and I've never heard of any problems with
> it.
>
> Just for fun I did the same grep and took a closer
> look at the
> matching files in subversion/libsvn_ra_serf/*.c:
> they contain a
> mime-specifier "application/vnd.svn-svndiff". You
> definitely don't
> want to replace that with your own specifier.
>
> HTH,
>
> Erik.
>
>
---------------------------------------------------------------------
> To unsubscribe, e-mail:
> users-unsubscribe@subversion.tigris.org
> For additional commands, e-mail:
> users-help@subversion.tigris.org
>
>

      ____________________________________________________________________________________
Luggage? GPS? Comic books?
Check out fitting gifts for grads at Yahoo! Search
http://search.yahoo.com/search?fr=oni_on_mail&p=graduation+gifts&cs=bz

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Jul 25 22:11:01 2007

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.