Sorry for this spam.. But I have got similar "mail delivery failed"
about 10 times today. Most of them are in reply to a message that is
sent on this list (in the same thread in gmail). And some of them
don't come in as a reply to message sent on this list, but as separate
messages, but usually happens a few minutes after I reply to an email
in this list.
Is someone else having similar issues?
Thanks,
-Hari
---------- Forwarded message ----------
From: Mail Delivery System <Mailer-Daemon_at_marge.bs.l>
Date: Thu, Apr 3, 2008 at 5:02 PM
Subject: Mail delivery failed: returning message to sender
To: hkodungallur_at_gmail.com
This message was created automatically by mail delivery software.
A message that you sent could not be delivered to one or more of its
recipients. This is a permanent error. The following address(es) failed:
bsch_at_localhost
local delivery failed
------ This is a copy of the message, including all the headers. ------
Return-path: <hkodungallur_at_gmail.com>
Received: from localhost
([127.0.0.1] helo=marge.bs.l ident=mail)
by marge.bs.l with esmtp (Exim 4.69)
(envelope-from <hkodungallur_at_gmail.com>)
id 1JhZMN-0002ua-RL
for bsch_at_localhost; Fri, 04 Apr 2008 02:00:47 +0200
Received: from pop.1und1.com [212.227.15.161]
by marge.bs.l with POP3 (fetchmail-6.3.8)
for <bsch_at_localhost> (single-drop); Fri, 04 Apr 2008 02:00:47
+0200 (CEST)
Received: from tigris.org (sc157.sjc.collab.net [204.16.104.146])
by mx.kundenserver.de (node=mxeu3) with ESMTP (Nemesis)
id 0MKqIe-1JhY3r3RZb-0007K4 for lists_at_bertram-scharpf.de; Fri,
04 Apr 2008 00:37:36 +0200
Received: (qmail 23459 invoked by uid 5000); 3 Apr 2008 22:37:21 -0000
Mailing-List: contact users-help_at_subversion.tigris.org; run by ezmlm
Precedence: bulk
list-help: <mailto:users-help_at_subversion.tigris.org>
list-unsubscribe: <mailto:users-unsubscribe_at_subversion.tigris.org>
list-post: <mailto:users_at_subversion.tigris.org>
Delivered-To: mailing list users_at_subversion.tigris.org
Received: (qmail 23449 invoked from network); 3 Apr 2008 22:37:21 -0000
X-IronPort-Anti-Spam-Filtered: true
X-IronPort-Anti-Spam-Result: AtQBAHP49EfRVaKyc2dsb2JhbACCPTWOYAEMAwQFCRSUNIVs
X-IronPort-AV: E=Sophos;i="4.25,600,1199692800";
d="scan'208";a="2058709"
X-IRONPORT: SCANNED
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
d=gmail.com; s=beta;
h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references;
bh=PpFzsatX6CnprPFeoXIAZbtfob8KtDVwjXOoeRuROIY=;
b=U1N75NPzoS6XVV5LW5o0M4QeyFm35OOWFUjniiYuJg/dVf6tlS4clkAf0kl6wX6lXNkZL1E5PhDADxqPaU9p44cyONBKHtjMy3EvOlA+6SVdB/BH7lkObEG5qfDfIOQOiWFLuGx1Om88Wb/NWDmjk4G6Gdct3w5qlGUZYj6HzZs=
DomainKey-Signature: a=rsa-sha1; c=nofws;
d=gmail.com; s=beta;
h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references;
b=SbCnyW2GZQ5V3AZeViak/+OG9eHPY2t6AYN/jE2IYrTh+ir5fZM9AC8vvTXsguPY0718Bkbvn3PrOEiQGRey2LnjdNYPnz0xmkrECi5sbra2aWU9L2STFRIJhxGeesgJSOJgO+hRZbI09ppLYeLhk2KkVDYvIv4HowLFp9XQkhE=
Message-ID: <71907dd90804031537h5df3b63ev9d6c3337677b29fb_at_mail.gmail.com>
Date: Thu, 3 Apr 2008 15:37:19 -0700
From: "Hari Kodungallur" <hkodungallur_at_gmail.com>
To: Gabriel.SCOLAN_at_messier-bugatti.com
Cc: users_at_subversion.tigris.org, gabriel.scolan_at_gmx.net
In-Reply-To: <OFDA4CA8DA.A74F22E0-ONC1257420.005E5EB5-C1257420.005EFB9C_at_messier-bugatti.com>
MIME-Version: 1.0
Content-Type: multipart/alternative;
boundary="----=_Part_4753_17336699.1207262239794"
References: <OFDA4CA8DA.A74F22E0-ONC1257420.005E5EB5-C1257420.005EFB9C_at_messier-bugatti.com>
Subject: Re: Query on files managed by SVN
------=_Part_4753_17336699.1207262239794
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
On Thu, Apr 3, 2008 at 10:17 AM, <Gabriel.SCOLAN_at_messier-bugatti.com> wrote:
>
> Hi there,
>
> I was wondering how it is possible to search in the repository to locate a
> specific file, returning for example the revision of the repository when the
> last modification of the file was committed and its path in the repository:
> "myrepos-1234:/path/to/file"
> I'm supprised not to have found a command line like "svn query" or "svn
> find".
>
> Where did I miss something ?
>
>
No, I don't think there is a specific command to find a file, assuming you
are searching for a file and you don't know the path within the repository
where this file exists.
If you know the path to the file, "svn log --limit 1 /path/to/file" will
give you the result.
Assuming you don't know the path, you could do one of the following:
1. Search through logs to find the path ("svn log -v /url/to/repo | grep
filename$" etc..)
2. If you have access to the server, you can run the 'svnlook' command to
find the location of the file: for example:
$ svnlook tree /path/to/repos --full-paths | grep "Foo.java$"
You can also supply another parmeter to svnlook to limit your search to a
particular tree (trunk for example):
$ svnlook tree /path/to/repos trunk/subdir1 --full-paths | grep
"Foo.java$"
Once you know the location of the file in the repository, "svn log --limit 1
/path/to/file" from the client will give you the latest revision.
OR - You could install ViewVC with query capability on the server and it
gives you a powerful web based query form where you can do fancy stuff like
this.
regards,
-Hari
------=_Part_4753_17336699.1207262239794
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
<br><div class="gmail_quote">On Thu, Apr 3, 2008 at 10:17 AM, <<a
href="mailto:Gabriel.SCOLAN_at_messier-bugatti.com"
target="_blank">Gabriel.SCOLAN_at_messier-bugatti.com</a>>
wrote:<br><blockquote class="gmail_quote" style="border-left: 1px
solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left:
1ex;">
<br><font face="sans-serif" size="2">Hi there,</font>
<br>
<br><font face="sans-serif" size="2">I was wondering how it is possible to
search in the repository to locate a specific file, returning for example
the revision of the repository when the last modification of the file was
committed and its path in the repository:
"myrepos-1234:/path/to/file"</font>
<br><font face="sans-serif" size="2">I'm supprised not to have
found a command
line like "svn query" or "svn find". </font>
<br>
<br><font face="sans-serif" size="2">Where did I miss something ?</font>
<br>
<br><font face="sans-serif" size="2"></font></blockquote><div><br>No,
I don't think there is a specific command to find a file, assuming
you are searching for a file and you don't know the path within
the repository where this file exists. <br>
<br>If you know the path to the file, "svn log --limit 1
/path/to/file" will give you the result.<br><br>Assuming you
don't know the path, you could do one of the following:<br><br>1.
Search through logs to find the path ("svn log -v /url/to/repo |
grep filename$" etc..) <br>
<br>2. If you have access to the server, you can run the
'svnlook' command to find the location of the file: for
example:<br><code><span style="color: rgb(0, 51,
51);"><br> $ svnlook tree /path/to/repos --full-paths |
grep "Foo.java$"<br>
<br></span></code>You can also supply another parmeter to svnlook to
limit your search to a particular tree (trunk for
example):<br> <br>
<code><span style="color: rgb(0, 51, 51);">$ svnlook tree
/path/to/repos trunk/subdir1 --full-paths | grep
"Foo.java$"</span></code><br>
<br>Once you know the location of the file in the repository, "svn log
--limit 1 /path/to/file" from the client will give you the latest
revision.<br><br>OR - You could install ViewVC with query capability
on the server and it gives you a powerful web based query form where
you can do fancy stuff like
this.<br><br><br>regards,<br>-Hari<br></div></div>
------=_Part_4753_17336699.1207262239794--
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-04-04 08:52:34 CEST