<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to FAQ</title><link>https://sourceforge.net/p/open-fvs/wiki/FAQ/</link><description>Recent changes to FAQ</description><atom:link href="https://sourceforge.net/p/open-fvs/wiki/FAQ/feed" rel="self"/><language>en</language><lastBuildDate>Mon, 29 Aug 2022 18:53:32 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/open-fvs/wiki/FAQ/feed" rel="self" type="application/rss+xml"/><item><title>FAQ modified by Dan Wagner</title><link>https://sourceforge.net/p/open-fvs/wiki/FAQ/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -1,3 +1,9 @@
+# FVS Home Repository Has Moved
+Please note, the official FVS repository has recently migrated from Source Forge to GitHub.  Please visit us at https://github.com/USDAForestService/ForestVegetationSimulator for the latest in code and wiki updates.  This Source Forge repository will no longer be maintained, and is kept here as archival reference only.  
+
+
+-----
+
 **This is a basic list of the frequently asked questions (FAQ) for the open-fvs project. **

 [TOC]
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dan Wagner</dc:creator><pubDate>Mon, 29 Aug 2022 18:53:32 -0000</pubDate><guid>https://sourceforge.net569aef5a90f45c88ec4da7c9418e13942d54e98d</guid></item><item><title>FAQ modified by Mike VanDyck</title><link>https://sourceforge.net/p/open-fvs/wiki/FAQ/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -1,10 +1,12 @@
-This is a basic list of the frequently asked questions (FAQ) for the open-fvs project. 
+**This is a basic list of the frequently asked questions (FAQ) for the open-fvs project. **
+
+[TOC]

 # Question 1. How do I obtain the source code?

 You can checkout the source code anonymously using [Subversion](http://subversion.apache.org/), 

-    svn checkout https://open-fvs.googlecode.com/svn open-fvs
+    svn checkout https://svn.code.sf.net/p/open-fvs/code open-fvs

 For more information, see the [DownloadingSourceCode](DownloadingSourceCode) page. 

@@ -20,8 +22,8 @@

     make FVS[variant] &amp;gt; FVS[variant]-make-output.txt 2&amp;gt;&amp;amp;1

-You will also need to provide the operating system, which can be obtained using the output from the `uname -a` command for non-Windows platforms: 
-    
+You will also need to provide the operating system, which can be obtained using the output from the "uname -a" command for non-Windows platforms: 
+
     uname -a
     Darwin macbook.local 10.8.0 Darwin Kernel Version 10.8.0: Tue Jun  7 16:32:41 PDT 2011; root:xnu-1504.15.3~1/RELEASE_X86_64 x86_64

@@ -33,15 +35,15 @@

     C:\open-fvs\trunk\bin&amp;gt;

-Once you have those two outputs, submit your problem as a new [issue](http://code.google.com/p/open-fvs/issues/entry). 
+Once you have those two outputs, submit your problem as a new [ticket](https://sourceforge.net/p/open-fvs/tickets/new). 

 # Question 4. How do I get help if I encounter problems?

-The [Issues](http://code.google.com/p/open-fvs/issues/list) tab in the open-fvs site has a utility for submitting issues. When submitting an issue include as much detail as possible, including the specific operating system (including the version) you are using. Refer to Question 3 for directions on getting operating system information. The FVS development team will attempt to resolve your issue. 
+The [Tickets](https://sourceforge.net/p/open-fvs/tickets/) page in the open-fvs site has a utility for submitting tickets describing issues. When submitting a ticket include as much detail as possible, including the specific operating system (including the version) you are using. Refer to Question 3 for directions on getting operating system information. The FVS development team will attempt to resolve your issue. 

 # Question 5. Where can I get production release versions of the executables?

-All of the FVS executables for Windows are avaialable from the [FVS website](http://www.fs.fed.us/fmsc/fvs/). They are distributed in an installation package that contains all of the FVS variant executables. Executables for other operating systems are not currently distributed. 
+All of the FVS executables for Windows are available from the [FVS website](http://www.fs.fed.us/fmsc/fvs/). They are distributed in an installation package that contains all of the FVS variant executables. Executables for other operating systems are not currently distributed. 

 # Question 6. Where can I get documentation on the models used in the FVS code?

@@ -49,4 +51,4 @@

 # Question 7. How do I make a new variant?

-The instructions for creating a new variant based on the code from an existing variant are found in the [MakeNewFVSProgram](http://code.google.com/p/open-fvs/wiki/MakeNewFVSProgram) wiki. 
+The instructions for creating a new variant based on the code from an existing variant are found in the [MakeNewFVSProgram](MakeNewFVSProgram) wiki. 
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Mike VanDyck</dc:creator><pubDate>Tue, 14 Jul 2015 15:00:52 -0000</pubDate><guid>https://sourceforge.net29b6a7e41cd0f30a57db69dd33946d2f69482d9f</guid></item><item><title>FAQ modified by Anonymous</title><link>https://sourceforge.net/p/open-fvs/wiki/FAQ/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;This is a basic list of the frequently asked questions (FAQ) for the open-fvs project. &lt;/p&gt;
&lt;h1 id="question-1-how-do-i-obtain-the-source-code"&gt;Question 1. How do I obtain the source code?&lt;/h1&gt;
&lt;p&gt;You can checkout the source code anonymously using &lt;a class="" href="http://subversion.apache.org" rel="nofollow"&gt;Subversion&lt;/a&gt;, &lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;svn checkout https://open-fvs.googlecode.com/svn open-fvs
&lt;/pre&gt;&lt;/div&gt;
&lt;p&gt;For more information, see the &lt;a class="" href="../DownloadingSourceCode"&gt;DownloadingSourceCode&lt;/a&gt; page. &lt;/p&gt;
&lt;h1 id="question-2-how-do-i-build-one-of-the-fvs-variants"&gt;Question 2. How do I build one of the FVS variants?&lt;/h1&gt;
&lt;p&gt;We currently have wiki documents describing the build process on &lt;a class="" href="/p/open-fvs/wiki/BuildProcess_UnixAlike"&gt;Unix-alike&lt;/a&gt; systems, and on Windows systems using &lt;a class="" href="/p/open-fvs/wiki/BuildProcess_VisualStudio"&gt;Visual Studio&lt;/a&gt;, &lt;a class="" href="/p/open-fvs/wiki/BuildProcess_MinGW"&gt;MinGW&lt;/a&gt;, or &lt;a class="" href="/p/open-fvs/wiki/BuildProcess_Rtools"&gt;Rtools&lt;/a&gt;. &lt;/p&gt;
&lt;p&gt;Builds may be possible on other operating systems or with other compiler packages, but the processes are not documented here. &lt;/p&gt;
&lt;h1 id="question-3-the-build-didnt-work-now-what"&gt;Question 3. The build didn't work. Now what?&lt;/h1&gt;
&lt;p&gt;If your build doesn't work, that is to say, you don't get an executable on your machine, attempt to build again and redirect the make output to a debugging file: &lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;make FVS[variant] &amp;gt; FVS[variant]-make-output.txt 2&amp;gt;&amp;amp;1
&lt;/pre&gt;&lt;/div&gt;
&lt;p&gt;You will also need to provide the operating system, which can be obtained using the output from the &lt;code&gt;uname -a&lt;/code&gt; command for non-Windows platforms: &lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span class="nt"&gt;uname&lt;/span&gt; &lt;span class="nt"&gt;-a&lt;/span&gt;
&lt;span class="nt"&gt;Darwin&lt;/span&gt; &lt;span class="nt"&gt;macbook&lt;/span&gt;&lt;span class="nc"&gt;.local&lt;/span&gt; &lt;span class="nt"&gt;10&lt;/span&gt;&lt;span class="nc"&gt;.8.0&lt;/span&gt; &lt;span class="nt"&gt;Darwin&lt;/span&gt; &lt;span class="nt"&gt;Kernel&lt;/span&gt; &lt;span class="nt"&gt;Version&lt;/span&gt; &lt;span class="nt"&gt;10&lt;/span&gt;&lt;span class="nc"&gt;.8.0&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt; &lt;span class="nt"&gt;Tue&lt;/span&gt; &lt;span class="nt"&gt;Jun&lt;/span&gt;  &lt;span class="nt"&gt;7&lt;/span&gt; &lt;span class="nt"&gt;16&lt;/span&gt;&lt;span class="nd"&gt;:32:41&lt;/span&gt; &lt;span class="nt"&gt;PDT&lt;/span&gt; &lt;span class="nt"&gt;2011&lt;/span&gt;&lt;span class="o"&gt;;&lt;/span&gt; &lt;span class="nt"&gt;root&lt;/span&gt;&lt;span class="nd"&gt;:xnu-1504&lt;/span&gt;&lt;span class="nc"&gt;.15.3&lt;/span&gt;&lt;span class="o"&gt;~&lt;/span&gt;&lt;span class="nt"&gt;1&lt;/span&gt;&lt;span class="o"&gt;/&lt;/span&gt;&lt;span class="nt"&gt;RELEASE_X86_64&lt;/span&gt; &lt;span class="nt"&gt;x86_64&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;p&gt;and the &lt;code&gt;ver&lt;/code&gt; command if you're using Windows: &lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;C:\open-fvs\trunk\bin&amp;gt;ver

Microsoft Windows XP [Version 5.1.2600]

C:\open-fvs\trunk\bin&amp;gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;p&gt;Once you have those two outputs, submit your problem as a new &lt;a class="" href="http://code.google.com/p/open-fvs/issues/entry" rel="nofollow"&gt;issue&lt;/a&gt;. &lt;/p&gt;
&lt;h1 id="question-4-how-do-i-get-help-if-i-encounter-problems"&gt;Question 4. How do I get help if I encounter problems?&lt;/h1&gt;
&lt;p&gt;The &lt;a class="" href="http://code.google.com/p/open-fvs/issues/list" rel="nofollow"&gt;Issues&lt;/a&gt; tab in the open-fvs site has a utility for submitting issues. When submitting an issue include as much detail as possible, including the specific operating system (including the version) you are using. Refer to Question 3 for directions on getting operating system information. The FVS development team will attempt to resolve your issue. &lt;/p&gt;
&lt;h1 id="question-5-where-can-i-get-production-release-versions-of-the-executables"&gt;Question 5. Where can I get production release versions of the executables?&lt;/h1&gt;
&lt;p&gt;All of the FVS executables for Windows are avaialable from the &lt;a class="" href="http://www.fs.fed.us/fmsc/fvs" rel="nofollow"&gt;FVS website&lt;/a&gt;. They are distributed in an installation package that contains all of the FVS variant executables. Executables for other operating systems are not currently distributed. &lt;/p&gt;
&lt;h1 id="question-6-where-can-i-get-documentation-on-the-models-used-in-the-fvs-code"&gt;Question 6. Where can I get documentation on the models used in the FVS code?&lt;/h1&gt;
&lt;p&gt;The FVS Variant Overviews, which are available from the &lt;a class="" href="http://www.fs.fed.us/fmsc/fvs/documents/userguides.shtml" rel="nofollow"&gt;FVS website&lt;/a&gt;, contain information and references related to the underlying models. The &lt;a class="" href="http://www.fs.fed.us/fmsc/ftp/fvs/docs/gtr/EssentialFVS.pdf" rel="nofollow"&gt;Essential FVS&lt;/a&gt; document contains a great deal of more general model documentation. &lt;/p&gt;
&lt;h1 id="question-7-how-do-i-make-a-new-variant"&gt;Question 7. How do I make a new variant?&lt;/h1&gt;
&lt;p&gt;The instructions for creating a new variant based on the code from an existing variant are found in the &lt;a class="" href="http://code.google.com/p/open-fvs/wiki/MakeNewFVSProgram" rel="nofollow"&gt;MakeNewFVSProgram&lt;/a&gt; wiki. &lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Fri, 10 Jul 2015 14:49:53 -0000</pubDate><guid>https://sourceforge.netc2932f88852a4888f4388ab1ce70595f52049fbc</guid></item></channel></rss>