search for: stdlayout

Displaying 10 results from an estimated 10 matches for "stdlayout".

2005 Dec 31
7
Application Errors w/ layout & custom view pages
1) I get Rails Application Error when trying to use layout test_controller def list layout "stdlayout" end in the views/test/layouts stdlayout.rhtml <html> <head><title>test</title></head> </body> <h1>Test</h1> <%= content_for_layout %> </body> </html> 2) I get Rails Application Error when trying to use a separate display page...
2011 Mar 08
4
[LLVMdev] [cfe-dev] Reminder: LLVM 2.9 Branching in One Week
Hi David > I think the trouble with branches is the lockdown of the root repository > directory. Surely not (at the server) > git svn init --stdlayout https://<user>@llvm.org/svn/llvm-project/llvm \ >  --ignore-paths="^.*(Apple|PowerPC.*|SVA|eh-experimental|ggreif|non-call-eh|parallel|release_.*|vector_llvm|wendling|May2007|checker|cremebrulee|start|RELEASE_1.*|RELEASE_2[0-7])" Several problems here: 1. Bunch of additional bran...
2011 Mar 08
2
[LLVMdev] How to make release branch available in git (topic changed)
On 03/07/2011 08:30 PM, Anton Korobeynikov wrote: > Hi David > >> I think the trouble with branches is the lockdown of the root repository >> directory. > Surely not (at the server) > >> git svn init --stdlayout https://<user>@llvm.org/svn/llvm-project/llvm \ >> --ignore-paths="^.*(Apple|PowerPC.*|SVA|eh-experimental|ggreif|non-call-eh|parallel|release_.*|vector_llvm|wendling|May2007|checker|cremebrulee|start|RELEASE_1.*|RELEASE_2[0-7])" > Several problems here: > 1. Bunch of...
2016 Oct 10
1
VIRTIO_F_IOMMU_PLATFORM
...//docs.oasis-open.org/virtio/virtio/v1.0/cs04/virtio-v1.0-cs04.html > > > > Absolutely. Want to contribute a patch? > > I could have a look. Is there a git repo for the sources to the working > draft? > > Will Yes, though unfortunately it's svn :( git svn clone --stdlayout https://tools.oasis-open.org/version-control/svn/virtio Check out the main branch. Patches must be sent to virtio-dev or virtio-comments list (subscription required). Thanks! -- MST
2016 Oct 10
1
VIRTIO_F_IOMMU_PLATFORM
...//docs.oasis-open.org/virtio/virtio/v1.0/cs04/virtio-v1.0-cs04.html > > > > Absolutely. Want to contribute a patch? > > I could have a look. Is there a git repo for the sources to the working > draft? > > Will Yes, though unfortunately it's svn :( git svn clone --stdlayout https://tools.oasis-open.org/version-control/svn/virtio Check out the main branch. Patches must be sent to virtio-dev or virtio-comments list (subscription required). Thanks! -- MST
2011 Mar 10
0
[LLVMdev] How to make release branch available in git (topic changed)
> I would love to. However, as David pointed out, this is difficult with the > blocked svn access. I believe that --no-minimize-url might help: --no-minimize-url When tracking multiple directories (using --stdlayout, --branches, or --tags options), git svn will attempt to connect to the root (or highest allowed level) of the Subversion repository. This default allows better tracking of history if entire projects are moved within a repository, but may cause issues on repositories where read access restrictions...
2011 Mar 02
0
[LLVMdev] [cfe-dev] Reminder: LLVM 2.9 Branching in One Week
...hes > for homebrew. This is exactly right. > Andreas and Anton, could you please launch git release branches for llvm.org? I think the trouble with branches is the lockdown of the root repository directory. I tried something like this but it breaks due to the restrictions: git svn init --stdlayout https://<user>@llvm.org/svn/llvm-project/llvm \ --ignore-paths="^.*(Apple|PowerPC.*|SVA|eh-experimental|ggreif|non-call-eh|parallel|release_.*|vector_llvm|wendling|May2007|checker|cremebrulee|start|RELEASE_1.*|RELEASE_2[0-7])" Obviously, replace <user> with whatever it need...
2011 Mar 01
2
[LLVMdev] [cfe-dev] Reminder: LLVM 2.9 Branching in One Week
Matthieu, On Tue, Mar 1, 2011 at 8:02 AM, Matthieu Moy <Matthieu.Moy at grenoble-inp.fr> wrote: > At some point in the past, an anti-git-svn system had been set up on > llvm.org. Has this been disabled since? I don't manage to do much with > git-svn: Maybe sure. Anton said it is disabled to access upper directories with svn. Thus, we (accessing llvm.org remotely) cannot do
2016 Oct 07
2
VIRTIO_F_IOMMU_PLATFORM
On Tue, Sep 27, 2016 at 09:57:14AM +0100, Will Deacon wrote: > Hi Michael, > > In commit 1a937693993f ("virtio: new feature to detect IOMMU device quirk"), > you added a new feature bit (VIRTIO_F_IOMMU_PLATFORM) to describe whether > or not a given virtio device requires physical address or bus addresses. > > Is there a plan to get this incorporated into the virtio
2016 Oct 07
2
VIRTIO_F_IOMMU_PLATFORM
On Tue, Sep 27, 2016 at 09:57:14AM +0100, Will Deacon wrote: > Hi Michael, > > In commit 1a937693993f ("virtio: new feature to detect IOMMU device quirk"), > you added a new feature bit (VIRTIO_F_IOMMU_PLATFORM) to describe whether > or not a given virtio device requires physical address or bus addresses. > > Is there a plan to get this incorporated into the virtio