zsh-workers
 help / color / mirror / code / Atom feed
From: Daniel Shahaf <d.s@daniel.shahaf.name>
To: Pierre Schmitz <pierre@archlinux.de>
Cc: zsh-workers@zsh.org
Subject: Re: Issue with vcs_info and zsh 4.3.14
Date: Wed, 7 Dec 2011 22:24:01 +0200	[thread overview]
Message-ID: <20111207202401.GA17181@daniel3.local> (raw)
In-Reply-To: <91f8bdbd8b04c960f177e97d58423a08@archlinux.de>

Pierre Schmitz wrote on Wed, Dec 07, 2011 at 15:03:47 +0100:
> Hi all,
> 
> after upgrading from 4.3.12 to 4.3.14 I noticed that my vcs_info always
> prints a warning if the current dir is not tracked by svn (but a parent
> dir is). This breaks the grml-zsh-config for example.
> 
> How to reproduce:
> $ svnadmin create /tmp/foo
> $ svn co file:///foo bar
> $ mkdir bar/blah
> $ cd bar/blah
> $ vcs_info
> svn: '.' is not a working copy
> 

Unversioned subdirectory of a working copy?

>From a libsvn_wc perspective, the things to beware of here are tree
changes (uncommitted add/rm of directories; these may nest) and
non-direct-child externals --- namely, svn:externals properties on
directory X that create X\foo\bar\baz.

In practice, though, taking care of non-nested dir add/rm's should
address the vast majority of use-cases.

> I also noticed that when calling VCS_INFO_get_data_svn svn complains
> about the unknown option --non-interactive.
> 

All svn subcommands accept --non-interactives.

> Let me know if you need more info.
> 
> Greetings,
> 
> Pierre
> 
> -- 
> Pierre Schmitz, http://pierre-schmitz.com


  reply	other threads:[~2011-12-07 20:24 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-12-07 14:03 Pierre Schmitz
2011-12-07 20:24 ` Daniel Shahaf [this message]
2011-12-09 18:11 ` Frank Terbeck
2011-12-23  9:38   ` Frank Terbeck

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20111207202401.GA17181@daniel3.local \
    --to=d.s@daniel.shahaf.name \
    --cc=pierre@archlinux.de \
    --cc=zsh-workers@zsh.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).