Displaying 2 results from an estimated 2 matches for "repositoti".
Did you mean:
repositoty
2008 Oct 25
1
Problem with linux-2.6.18-xen.hg with xen 3.3.0
Hi
I have a problem with mercurail repository (with compiling source tree of
xen 3.3.0):
Trying to "make world" command (first time) I obtain the following:
select-repository: Searching `.:..'' for linux-2.6.18-xen.hg
select-repository: Ignoring `.''
Unable to determine path to Linux source tree.
Falling back to linux-2.6.18-xen Mercurial repository.
Cloning
2010 Jan 20
2
empty rails log folder
The rails log folder is in my .gitignore file. That means the log
folder is not in the repository. When I deploy my rails app to the
staging server via git pull, the app refuses to work because it does
not see a log folder. I have to manually create an empty log folder
for it to put log files such as acts_as_ferret log inside. So now I
have to commit an empty log folder to the git repository