Re: How to prefer ipv4 over ipv6?

2012-07-21 Thread James Cloos
> "BH" == Bert Huijben  writes:

BH> There is no configuration setting for this.

Unfortunate.

BH> I would recommend fixing your dns

There is nothing wrong with my dns.  And I have no control over the
remote sites.

BH> (probably by adding an ipv4 alias to the server)

Assumming that you were thinking of an A RR w/o a corresponding , in
parallel to the existing A and  RRs, adding a local override to my
resolver for each remote site would force v4, but is an ugly kludge more
likely the break as soon as a bit of time passes and the remote sites
move their services around.

BH> or running your server

Sorry, I thought I made it clear that I'm not running an svn server,
but rather using svn clients.

BH> A client setting would require all clients to be configured
BH> specifically, while DNS was invented to avoid that.

I wasn't looking for a client setting.  I was looking for a client
invocation argument.  The DNS has nothing to do with it.

I have both v4 adn v6 routes to the 'net, but the v4 is faster.

Support for the de-facto -4 and -6 args would be nice.  I'll have to
patch the src for it.  Thanks for the confirming that.  That will save
me some time.

-JimC
-- 
James Cloos  OpenPGP: 1024D/ED7DAEA6


Add Parent Directories.

2012-07-21 Thread Kaushal Shriyan
Hi,

if there is new directory and subdirectory and files in these directories,
is there a way to add all at once instead of adding one by one?

+ svn add --parents
/home/exampledomian/prod_tag/release23/utils/healthChecks/iciciHealthCheck.php
svn: No versioned parent directories
read -p "Commit message: " message
+ read -p 'Commit message: ' message
Commit message: Adding Files for Portal 2308
svn commit -m "$message" "${files[@]}"
+ svn commit -m 'Adding Files for Portal 2308'
/home/exampledomian/prod_tag/release23/utils/healthChecks/iciciHealthCheck.php
svn: '/home/exampledomian/prod_tag/release23/utils/healthChecks' is not a
working copy
svn: '/home/exampledomian/prod_tag/release23/utils/healthChecks' does not
exist

Any clue?

Regards

Kaushal