[Cvsshell-devel] [ cvsshell-Bugs-717351 ] Working directory not updated after exiting cvsshell
Status: Beta
Brought to you by:
stefanheimann
From: SourceForge.net <no...@so...> - 2003-04-09 21:07:40
|
Bugs item #717351, was opened at 2003-04-08 10:04 Message generated for change (Comment added) made by stefanheimann You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=452212&aid=717351&group_id=48175 Category: None Group: None >Status: Closed >Resolution: Wont Fix Priority: 5 Submitted By: Stefan Heimann (stefanheimann) Assigned to: Nobody/Anonymous (nobody) Summary: Working directory not updated after exiting cvsshell Initial Comment: When you start cvsshell from a directory D1, go into a different directory D2, and then exit from cvsshell, the working directory of the shell is D1. I think it should be D2. ---------------------------------------------------------------------- >Comment By: Stefan Heimann (stefanheimann) Date: 2003-04-09 23:24 Message: Logged In: YES user_id=327401 it's not possible to do this because a child process cannot modify the environment of the parent process (at least on unix-like systems). ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=452212&aid=717351&group_id=48175 |