The working-directory tag has no wiki summary.
1
vote
2answers
31 views
How to set working directory to older commit?
To locate at which point I broke a functionality in my application, I need to review older versions of my repository. I just want to set the working directory to an older commit, play with the code, ...
0
votes
1answer
40 views
Editing _vimrc in Windows
I am having some trouble with VIM on windows, and I was wondering if anyone could be of assistance. As of right now, I am trying to make it so that when VIM starts, it changes it's working directory ...
2
votes
2answers
61 views
Setting C++ build working directory in Eclipse
I am trying to set up a C++ project in Eclipse (on Windows) that uses Waf to build. My Eclipse workspace and my source files are in different directories.
C:\myproject: Project root
...
0
votes
1answer
19 views
I want to program using two computers, how can I setup a working directory to accomodate that
I am using netbeans to write a program. I have come a long way writing different classes on one of two computers, however I need to use both on the same classes. My net beans directory is on dropbox. ...
0
votes
1answer
30 views
Seperate Working Directory for GDB and Debugged Process
In the project I am working on, I use gdb to debug - I would like to be able to call make from gdb - but I can't because that would mean the working directory would be incorrect. Here is my directory ...
0
votes
1answer
15 views
In what structure does Windows keep data about what is the working directory (or the current directory) of the process?
While reading on what the working directory and what the script directory (or the directory that contains the image of the executable file) directories are, I started wondering, how does Windows know, ...
0
votes
1answer
25 views
Having two different branches of one repo in two different locations on my local machine
I'm currently trying to have the two branches of my repo in two completely different locations.
Means I have branch master and builds.
master's path should be C:\some folder\some other folder\another ...
1
vote
2answers
75 views
Set shell's working directory to the current file opened in vim
I am using Windows gVim and I am trying to invoke commands to run on cygwin's bash. It is working, but the working directory is set to $HOME every time. Would it possible to set to the current file's ...
0
votes
0answers
75 views
sinatra & unicorn: working_directory with symlink not reloading cwd
I used this solution to get our rails & unicorn deployments to reload: unicorn working_directory with symlink
But it doesn't solve the problem for our sinatra deployment (for whatever reason).
...
0
votes
2answers
65 views
Python - Executing a function in another script in a child folder
I have a master script that executes several child scripts within subfolders of the main directory.
The folder hierarchy looks like:
MyFolder\MasterScript.py
MyFolder\ChildOneScript\ChildOne.py
...
2
votes
1answer
71 views
Difference between Current Directory and Working Directory in Windows
What is the difference between Current Directory and Working Directory in Windows? How can one change working Directory for applications like Notepad++ or Mozilla Firefox?
1
vote
0answers
14 views
How do you point the current branch at the working directory in Bazaar VCS?
I am trying to set up Bazaar for our sites but am having trouble achieving the exact setup I want. Basically, I want one folder that contains all the information for each site, such as:
...
2
votes
1answer
126 views
Setting working directory for custom build steps in Visual Studio 2008
Is it possible to set the working directory for a "Custom Build Step" command in a Visual Studio 2008 C++ project?
0
votes
1answer
164 views
Upstart node.js working directory
Starting Node.js with Upstart, when trying to access files within Node.js it cannot access them without using the full path. I need it to use the working directory.
start on startup
stop on shutdown
...
1
vote
0answers
76 views
Netbeans Working directory error
I'm new to NetBeans and I need a little help with it.
I am trying to start my homework, however, I've run into a bit of a problem. Please note that I am NOT asking for help with the assignment itself ...
0
votes
1answer
77 views
how show the diff from my current working directory and my last commit?
I'm using git and need included in the diff result untracked files. So what command I must execute to get all the difference between my current working directory and the HEAD, even part of the ...
1
vote
1answer
90 views
how to get working directory during NUNIT init?
here is a tricky one:
I have a unit test Test(string value) that must be called several times with different
parameter values.
The list of values to be provided are read from another method ...
0
votes
2answers
42 views
Run a script using custom env. var. and working dir without extra shells
I'm trying to create a script that launches another script and have it as a child directly. My goals are:
the child program should see a different $HOME
the child script should run in a different ...
2
votes
1answer
341 views
R command for setting working directory to source file location
I am working out some tutorials in R. Each R code is contained in a specific folder. There are data files and other files in there. I want to open the .r file and source it such that I do not have to ...
0
votes
1answer
54 views
execfile in it's working directory from other file
I have structure like this:
c
|-myMain.py
|-.....\someDir
|-startup.py
|-subDir
|-x.py
I've found few similar questions, and answers bring me to ...
0
votes
2answers
146 views
GIT: How to commit a change with .git folder already inside a working directory to that repository via batch command?
Here's my current repository, and made it as my working directory.
As you can see, there's a BAT file, "backup.cmd" with the contents shown below:
"C:\Program Files (x86)\Git\bin\git.exe" add . ...
0
votes
1answer
141 views
Server Client in Java: could not start client
I coded a tiny thread-based TCP Server and a Client, but I could not start the Client. Java VM seems to have problems.
chris@chris-UX31E:~/workspace/verteilte/build$ java Client localhost 9000 9002
...
0
votes
1answer
163 views
How can you change your working directory in Flash Builder 4.6?
I'm using Flash Builder 4.6, and I just started a new project yesterday. This time I've had the option to not use the default package, defining my own instead and putting the source code in there. ...
0
votes
3answers
184 views
Getting a working copy of a bare repository
I have a server on which I have a bare repository for pushing. However, my server needs to have a working copy of the master branch.
How do I get a working copy and that only from a bare repository?
0
votes
0answers
25 views
Location for external scripts and programs in Glassfish
I'm writing a web-service which executes compiled programs (scripts, jars and so on).
What's the best place to put these scripts in order to enhance performance? Currently I have them placed at ...
3
votes
3answers
191 views
How to get directory of executable in Haskell?
I have a program that reads and writes a text file that exists in the same directory as the executable. To access that file, I call readFile "./file.txt"
This works when I run the executable from ...
3
votes
1answer
230 views
Specify directory with setwd()
I understand that in R to set my working directory I can do:
setwd("~/dir1/dir2/mydir")
If mydir is a unique directory name, is there way to specify the working directory without stating dir1/dir2 ...
1
vote
2answers
133 views
How to stably get initial absolute working directory
[My original post, unforgivably, left out the word "not" (now emphasized below) from the second paragraph.]
Does Python offer a stable way to access the initial working directory of the current ...
1
vote
1answer
91 views
How to get job working dir in sun grid engine?
Suppose we submit jobs by qsub under the path /path/to/working/dir, after jobs pending, we can get some information of jobs with qstat, but no working dir information is supplied by qstat.
How can we ...
3
votes
3answers
2k views
How to set root folder for PHP include files
I've spent days researching the internet and I can't find the answer that I will understand and are able to implement.
I've got the website in which I want to use include_once files and be able to ...
4
votes
1answer
746 views
How to see the current working directory in WinGHCi
I've started to teach myself Haskell, and for that I've installed The Haskell Platform for Windows. I'm using WinGHCi as of now. I learned that it has command :cd which is used to change directory. ...
1
vote
1answer
190 views
How does WPF OpenFileDialog track directory of last opened file?
As we know WPF OpenFileDialog no more changes the app's working directory and RestoreDirectory property is "unimplemented". However, upon subsequent open, its initial directory is default to the last ...
0
votes
0answers
132 views
GlusterFs: how to Specify the glusterd.vol file path to glusterd?
I'm working on a project, I need to start different instances of glusterfs in the same machine. how can I specify the working directory and an ipv6 address to which to bind for each instance. thanks
0
votes
1answer
64 views
PHP session handler - current working directory changes before writing session data
I'm using the session_set_save_handler() function to save the session to a database, I also have an autoloader that relies on the working directory being set to the application directory i.e. ...
1
vote
3answers
3k views
How can Bash execute a command in a different directory context?
I have a common command that gets called from within very specific directories. There is only one executable sitting in /bin for this program, and the current working directory is very important for ...
1
vote
1answer
233 views
How to force a clean git working repository in a makefile?
I'm trying to make a deploy command in my Makefile, which simply overwrites to the branch deployment and then pushes this branch to origin.
However, the command must stop/fail with an error message ...
7
votes
3answers
5k views
TortoiseSVN reports conflict, but no conflict can be found
I have a working copy for my entire repository, which contains multiple Python projects. When I choose right-click --> SVN Update in Windows File Explorer I am getting an error message listing a ...
3
votes
3answers
2k views
Can I change current working directory in bash when run command temporary
I know I can use cd command to change my working directory, but if do this command
cd SOME_PATH && run_some_command
The working directory will be changed permanently. Is there some way to ...
0
votes
1answer
718 views
Linux change working directory of java program
I want to run a java program in Linux and change its working directory to a specific location. I'm a bit of a noob with Linux, so I need quite a bit of help. I managed to figure this much out:
java ...
1
vote
6answers
2k views
How to copy file inside jar to outside the jar?
I want to copy a file from a jar. The file that I am copying is going to be copied outside the working directory. I have done some tests and all methods I try end up with 0 byte files.
EDIT: I want ...
1
vote
0answers
322 views
Tower Git GUI says working directory is clean but can't switch branches - “Your working tree contains changes” error
I've looked at about 10 answers to what seem to be a similar issue but I don't understand the answers in those threads sorry.
Tower states that my working directory is clean in two out of three ...
1
vote
1answer
363 views
What do I set the working directory of a MacOS app bundle launched from my Java app?
I've done some searching around both on this site and Google but haven't been able to find any information. I have a Java application that launches .app files in Mac OS. Now I understand that the ...
0
votes
1answer
97 views
Eclipse / Tomcat Java EE Workingdir
when i develop an Webapplication in eclipse the runtime workingdir is the Basepath of my Project
c:\workspace\project <-- Workingdir
c:\workspace\project\WebContent
but when i deploy it to an ...
0
votes
1answer
394 views
Executing .exe file in Java in separate directory
I want to launch games from my apps in Windows. Many of these games rely on local files for configurations.
This is currently how I run/execute files outside of my application
Process r = ...
2
votes
4answers
2k views
Find Install directory and working directory of VSTO Outlook Addin; or any Office Addin
I created a VSTO Outlook Addin that uses a library Html2Xhtml.dll (.NET) which calls another Html2xhtml.exe by executing System.Diagnostic.Process.Start().
However, it fails to call Html2xhtml.exe (i ...
0
votes
0answers
254 views
Problems with ProcessStartInfo.workingDirectory on appharbor
I am using ProcessStartInfo.workingdirectory in my code to change the current working directory.
It works fine on my local build but does not work on appharbor. I am calling a .bat file using ...
0
votes
1answer
768 views
Visual C++ 2010: argv[0] is full path in debug mode, but only .exe name in release mode
In Visual Studio 2010 C++, I am reading argv[0] to get the working directory.
In debug mode it is definitely showing the full path of the directory and the exe file name itself (as expected)
In ...
0
votes
2answers
125 views
How to change working directory in JRuby?
I have to run my Ruby script from path that is higher than a script. My Ruby file is in folder lib. I start it in console:
jruby --1.9 -Clib main.rb
but it doesn't work correctly. It changes ...
4
votes
2answers
3k views
How to set the working directory of a command in windows batch file?
Let's say I have these commands
Prog1.exe
D:\SomeDir\Prog2.exe
Prog3.exe
Now, say for the second line, I would like the working directory to be D:\SomeDir, but in Prog1.exe and Prog3.exe I want the ...
0
votes
1answer
212 views
Is it possible to pass a workingdirectory with a space to MSBuild EXEC command task?
For the Command parameter, one can escape the path via ", however, this doesn't work if there is a space in the WorkingDirectory parameter.
Does anyone have a solution?
Perhaps changing my ...
