Tagged Questions
A subdirectory is a directory that is contained inside another directory.
11
votes
4answers
8k views
Python: import a file from a subdirectory
I have a file called tester.py, located on /project.
/project has a subdirectory called lib, with has a file called BoxTime.py:
/project/tester.py
/project/lib/BoxTime.py
I want to import BoxTime ...
7
votes
1answer
2k views
SVN move single directory into other repository (with history)
Related question: Moving repository trunk to another’s branch (with history)
I know that one can dump a complete SVN repository with history and load it into a user-defined (sub)directory of the ...
4
votes
3answers
5k views
SVN: Is it possible to get the list of revision numbers for given path?
I am making a PHP tool that connects to a repository, downloads the list of commits and stores them locally. However, due to the possibility that certain repositories are HUGE and grabbing their log ...
3
votes
2answers
397 views
Git Merge subdirectory to branch to root directory of master
I have a branch that has the content of the master branch as a subdirectory. Now I made some changes to this subdirectory. Ideally I want to be able to merge these changes back into the master branch.
...
3
votes
4answers
536 views
Is there any method to know whether a directory contain a sub directory?
I am woking in c++.
Is there any method to know whether a directory contain a sub directory?
CFileFind seems have to search through total files.
It is time consuming if the only subdirectory is at ...
2
votes
1answer
127 views
.htaccess being ignored in sub-directory
I'm trying to get my .htaccess file to work from the root, but also use RewriteRule for a sub-directory.
<IfModule mod_rewrite.c>
Options +FollowSymlinks
RewriteEngine On
...
2
votes
6answers
260 views
java: search file according to its name in directory and subdirectories
I need a to find file according to its name in directory tree. And then show a path to this file. I found something like this, but it search according extension. Could anybody help me how can I rework ...
2
votes
1answer
620 views
CMake subdirectories dependency
I am very new to CMake. In fact, I am trying it through Kdevelop4 widh C++.
I have the habit of creating subdirs for every namespace I create, even if all the sources must be compiled and linked into ...
2
votes
1answer
354 views
Web.config in a subdirectory ignored
We have a web.config in a physical subdirectory of a virtual directory that's under an application in an IIS site. Something like this:
Site
App
Web.config
Virtual Dir
Subdir
Web.config
In ...
2
votes
3answers
3k views
PHP Get all subdirectories of a given directory
How can I Get all subdirectories of a given directory (without files and "." or "..")
and then use each directory in a function?
Thanks.
2
votes
2answers
2k views
Makefile Build Directory and dependencies list
In a makefile, I build all my .o files in a build directory:
program: class1.o class2.o class3.o
g++ $(BUILDDIR)class1.o $(BUILDDIR)class2.o $(BUILDDIR)class3.o -o $@
It would be cool to ...
2
votes
2answers
181 views
Recursive subdirectory SQL problem
This is a mental excercise that has been bothering me for a while. What strategy would you use to solve this sort of problem?
Let's consider the following simple database structure. We have ...
2
votes
1answer
496 views
Ruby on Rails -Problem using subdirectories
I have tried to set up a separate section of my app using a subdirectory called controlpanel to manage various parts of the site.
I've set up the namespace in my routes.rb
map.namespace ...
1
vote
1answer
44 views
CMake creating a strange directory structure
I am new to CMake and am having a problem with how the files created by CMake are being organized.
First I will detail the file tree. I am trying to build a simple library with an example program ...
1
vote
1answer
72 views
include external libraries (from a subdirectory of the source-code-folder) in qt
I am a bit confused by the way qt handles libraries. My plan was to put the external libraries I need into the source directory, so that a do not have to install them into the system. As this doesn't ...
1
vote
1answer
44 views
how to open HTML page of subdirectory on URL hit
i have a question:
I have a scenario that when user opens http://MYWEBSITE.com/abc/ , the user is directed to xyz.html page which is in abc subdirectory. I am using Java for web development. How can ...
1
vote
2answers
95 views
Moved wordpress to subdirectory - images not showing - relink?
I'm not a wordpress person - but I had to move Wordpress to a subdirectory from root for a person the other day.
I followed the steps on the Wordpress site - and everything transferred fine. All the ...
1
vote
2answers
38 views
is it possible to have an unrelated autotools project inside an autotools project directory?
I have two autotools projects that work fine on their own:
p1 does not build any libs nor use C++, and is meant to be compiled by the user. So I don't libtoolize nor LT_INIT here.
p2 creates a tiny ...
1
vote
1answer
38 views
Disable .htaccess for a directory
Im using a Framework which has this .htaccess file:
Options +FollowSymLinks +ExecCGI
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{REQUEST_URI} ...
1
vote
2answers
134 views
cmake, add_subdirectory without adding it to the generated project file?
I have a project that is build with cmake. In my cmakelists I have a
add_subdirectory(externals/foo)
to build the dependency "foo" which has it's own cmakelists.
Now it is so that also the whole foo ...
1
vote
1answer
144 views
Zend Framework on sub directory on shared hosting
Now I'm using zf v.1.10. For deployment, I have to upload my project to a subdirectory on a shared hosting. If the domain is www.mycompany.co.id, so my project's address will be ...
1
vote
2answers
191 views
Create directory tree with forward slash in directory name
Trying to create a directory tree in which one of the directories has a forward slash (/) in the name. See the $artist variable for the artist name and my attempts at creating the directory.
...
1
vote
1answer
172 views
apache proxying subdir to rails app
I would like to run a rails application (redmine, actually) in a subdirectory off my domain. SOmething like http://foobar.com/redmine. Redmine is running as a stand-alone passenger instance that I ...
1
vote
1answer
407 views
Wordpress 3.0 multisite internal server error
I have WordPress (3.0) multisite installed (and correctly configured according to the WordPress 'Create A Network' tutorial) in the root of an add-on domain with two sites created using the ...
1
vote
0answers
225 views
Adding a sub path for App_Themes in ASP.net C#
I am going to be using my App_Themes folder for three separate sites running from the same environment, so will have a folder structure like:
App_Themes/SiteUK/Default
App_Themes/SiteUS/Default
...
1
vote
0answers
294 views
.htaccess remove subdirectory from URL
I can't seem to figure this out, I have a directory structure in my root folder like '/state/page--city'. In my htaccess file i redirect all requests that are not directories or files in my root ...
1
vote
2answers
119 views
How does git handle cloning another repository into a subdirectory?
I just cloned a repository into a subdirectory of another repository, and git actually appeared to handle the situation pretty intelligently. I know about submodules, but I thought they always had to ...
1
vote
0answers
125 views
MediaWiki on SubDirectory and SubDomain
I wish to setup a MediaWiki install on both http://wiki.mysite.com/ and http://mysite.com/wiki/, I figure there's some kind of trick to it, I assume that with at least a little tinkering I can get ...
1
vote
1answer
258 views
Git repository within Git repository
I have a main git repository A and we are using sources out of another git repository B in a subdirectory of our main project.
Now it would be good to have the B repository checked out within the A ...
1
vote
1answer
164 views
Listing classes in a package's subdirectory
I'm not sure if I'm using the correct terminology here.. but if my package name is set up like this:
com.example.fungame
-ClassA
-ClassB
-com.example.fungame.sprite
-ClassC
...
1
vote
1answer
227 views
Subdirectory on a different host
I've got a site www.example.com on one server. I'd like to create www.example.com/blog on another server/host.
A) Can I do this?
B) How can I do this?
I've read a bit on using Apache's mod_proxy, ...
1
vote
2answers
1k views
ASP.NET MVC - Running in a Subdirectory
I am attempting to deploy an ASP.NET MVC application in a subdirectory of an existing application and I am running into some routing issues. I have set up the folder structure such that all of the ...
1
vote
1answer
1k views
make wildcard subdirectory targets
I have a "lib" directory in my applications main directory, which contains an arbitrary number of subdirectories, each having its own Makefile.
I would like to have a single Makefile in the main ...
1
vote
1answer
1k views
PHP - FTP subdirectory recursively?
The code below works insomuch that I can successfully download the directory recursively. But, I want to download the directories within this directory. So, when it connects it's in . Within the . ...
0
votes
1answer
14 views
How to access custom subdirectories in helpers (ruby on rails)?
Ruby on Rails:
Is there any way to access subdirectories in helpers directory?
I mean:
/app/helpers/"subdir"/"foo.rb"
So I'd like to access methods and constants in foo.rb...
0
votes
3answers
45 views
Python importing subdirectories
I'm trying to import all files from a sub-directory, so I figured I could write __init__.py in that sub-directory to import the files. However, when I do this it does not seem to import anything.
...
0
votes
3answers
49 views
Mediawiki Subdirectory Installation
Possible Duplicate: MediaWiki on SubDirectory and SubDomain (However doesn't have an answer, nor any replies offering help)
Alright, I'm trying to configure MediaWiki to be installed to a ...
0
votes
1answer
23 views
mod_rewrite multiple fake subdirectories
Sorry if this is a really dumb question - I can't find the answer anywhere...
I'm storing my test files in a subdirectory called 'dev', and using the following rewrite rule so that requests to ...
0
votes
0answers
27 views
URLRewrite rule in sub sirectory
I want to rewrite subdirectory. This is my url:
X.Com/Administrator/Page.aspx?TabID=99219870
I want to change it to be like this:
X.Com/Administrator/Page/TabID/99219870
What should my ...
0
votes
1answer
52 views
Making css image absolute paths goto the root of a sub directory, not the root of the main domain
I have multiple sites for clients set up on a single development domain. So the structure looks like this:
developmentdomain.com/client1/site
developmentdomain.com/client2/site
...
0
votes
1answer
71 views
htaccess subdomain redirect
I've searched around and tried a few different ways but can't get this to work.
I don't actually have the subdomains set up, but will have about 30 similar redirects that I need to do.
E.g:
...
0
votes
1answer
30 views
Is it possible to have a client certicate authentication only for a subdirectory in Tomcat behind Apache?
Let's say I have
example.com
and I would like a client certificate authentication on
example.com/admin
Is this possible?
0
votes
1answer
68 views
How to _directly_ get a list of files from a sub-directory in a .JAR - JAVA
I'm looking for a way to directly get a list of all files within a specified sub-directory within a .jar.
This is similar: List files inside a JAR file
But unfortunately the method listed above will ...
0
votes
1answer
37 views
how to Open HTML page of subdirectory when URL is hit- using java web.xml
I have a scenario that when user opens http://MYWEBSITE.com/abc/ , the user is directed to xyz.html page which is in abc subdirectory. I am using Java for web development. How can I do this in ...
0
votes
2answers
60 views
Migrate ASP from root to subdirectory
I'm in the process of converting an existing ASP website into PHP while retaining the ASP website as an older version. Since I'm not an ASP developer, I thought it would be simple as moving the ...
0
votes
1answer
111 views
CMake : Include subdirectories
I have currently, in my CMake lists :
FIND_PATH(BOINC_INCLUDE_DIR NAMES boinc_api.h
PATH_SUFFIXES boinc
DOC "The Boinc include directory (where boinc_api.h is)")
This command find the ...
0
votes
0answers
45 views
mod_rewrite in subdirectory
I have a project in the folder "doors" (http://www.myweb.com/doors/). index.php in that folder make a link to systems.php? id = 1. In this rule would like to use mod_rewrite. First use the HTML :
...
0
votes
0answers
18 views
mod_rewrite two application directories
I have a server with 2 applications running on it. The first runs in the entire / and any not found files or directories get re-written to /index.php to check the database for temporary "instant ...
0
votes
1answer
107 views
htaccess not working in subdirectory
Hi I have an admin folder that has pretty much the same custom system as my root folder so I need htaccess to make the URL's look nice so in root I have:
example.com/home and admin should be ...
0
votes
3answers
275 views
Using htaccess to remove codeigniter index.php in a subdirectory
I'm trying to remove the index.php from my CI urls, but having followed the instructions it doesn't seem to be working.
I have a codeigniter installation running in a subdirectory. There is a default ...