#include <common/main.h>
Go to the source code of this file.
Functions | |
struct string_ty * | project_directory_get (struct project_ty *pp, int resolve) |
struct string_ty* project_directory_get | ( | struct project_ty * | pp, | |
int | resolve | |||
) | [read] |
The project_directory_get function is used to get a directory for use with the current command. The project baseline will be returned, unless the branch has been closed, in which case the branch tree will be ascended (possibly all the way to the trunk) looking for a branch baseline which is still being developed.