Hi Chrisitian,

Thanks for the info. Eagerly waiting for 2.0.3 release.

Thanks,
Sudheendra


On Wed, Jul 2, 2014 at 12:16 AM, Christian Hammond <christ...@beanbaginc.com
> wrote:

> This looks like a result of a bug we just fixed. It’ll go into 2.0.3 (this
> week).
>
> Christian
>
> --
> Christian Hammond - christ...@beanbaginc.com
> Review Board - http://www.reviewboard.org
> Beanbag, Inc. - http://www.beanbaginc.com
>
> On June 30, 2014 at 10:48:41 PM, Sudheendra S.N (sudhindra.ma...@gmail.com)
> wrote:
>
> Hi,
>
> I have just installed the ReviewBoard, set it up to work with CVS repo.
>
> I just created a "New Review Request" using the diff/patch file i have
>  generated from CVS. Contents of Patch file are as below.
>
>  Index: VPASServerConfigGlobals.h
>  ===================================================================
> RCS file: /cvs/repository/<dir>/<dir>/<dir>VPASServerConfigGlobals.h,v
> retrieving revision 1.15.56.5.4.1.10.2.4.1.6.4
> diff -u -r1.15.56.5.4.1.10.2.4.1.6.4 VPASServerConfigGlobals.h
> --- VPASServerConfigGlobals.h 13 Jun 2014 11:23:35 -0000
> 1.15.56.5.4.1.10.2.4.1.6.4
> +++ VPASServerConfigGlobals.h 30 Jun 2014 08:56:45 -0000
> @@ -35,7 +35,7 @@
>
> -#define VPASSERVERCONFIG_VERSION "7.4.1"
> +#define VPASSERVERCONFIG_VERSION "7.4"
>
>  #define WEBXML "WEB-INF\\web.xml"
>  #define CLASSES "\\webapps\\vpas\\web-inf\\classes\\"
>
>
> After creating the review request when i click on ViewDiff, i am getting
> the error below.
>  The file 'cvs/repository/<dir>/<dir>/<dir>/Attic/VPASServerConfigGlobals.h'
> (r1.15.56.5.4.1.10.2.4.1.6.4) could not be found in the repository
>
> I see there is extra directory name Attic in between.
>
> Please help me in resolving this error. I have to get this up by today EOD.
>
> Thanks,
> Sudheendra.
>
> And here is the TraceBack
>
>  Traceback (most recent call last):
>   File 
> "/usr/lib/python2.6/site-packages/ReviewBoard-2.0.2-py2.6.egg/reviewboard/diffviewer/views.py",
>  line 236, in get
>     renderer = self.create_renderer(context, *args, **kwargs)
>   File 
> "/usr/lib/python2.6/site-packages/ReviewBoard-2.0.2-py2.6.egg/reviewboard/reviews/views.py",
>  line 1111, in create_renderer
>     *args, **kwargs)
>   File 
> "/usr/lib/python2.6/site-packages/ReviewBoard-2.0.2-py2.6.egg/reviewboard/diffviewer/views.py",
>  line 326, in create_renderer
>     self.diff_file = self._get_requested_diff_file()
>   File 
> "/usr/lib/python2.6/site-packages/ReviewBoard-2.0.2-py2.6.egg/reviewboard/diffviewer/views.py",
>  line 367, in _get_requested_diff_file
>     request=self.request)
>   File 
> "/usr/lib/python2.6/site-packages/ReviewBoard-2.0.2-py2.6.egg/reviewboard/diffviewer/diffutils.py",
>  line 373, in populate_diff_chunks
>     chunks = generator.get_chunks()
>   File 
> "/usr/lib/python2.6/site-packages/ReviewBoard-2.0.2-py2.6.egg/reviewboard/diffviewer/chunk_generator.py",
>  line 148, in get_chunks
>     large_data=True)
>   File 
> "/usr/lib/python2.6/site-packages/Djblets-0.8.5-py2.6.egg/djblets/cache/backend.py",
>  line 109, in cache_memoize
>     data = lookup_callable()
>   File 
> "/usr/lib/python2.6/site-packages/ReviewBoard-2.0.2-py2.6.egg/reviewboard/diffviewer/chunk_generator.py",
>  line 147, in <lambda>
>     lambda: list(self._get_chunks_uncached()),
>   File 
> "/usr/lib/python2.6/site-packages/ReviewBoard-2.0.2-py2.6.egg/reviewboard/diffviewer/chunk_generator.py",
>  line 154, in _get_chunks_uncached
>     old = get_original_file(self.filediff, self.request, encoding_list)
>   File 
> "/usr/lib/python2.6/site-packages/ReviewBoard-2.0.2-py2.6.egg/reviewboard/diffviewer/diffutils.py",
>  line 169, in get_original_file
>     request=request)
>   File 
> "/usr/lib/python2.6/site-packages/ReviewBoard-2.0.2-py2.6.egg/reviewboard/scmtools/models.py",
>  line 220, in get_file
>     large_data=True)[0]
>   File 
> "/usr/lib/python2.6/site-packages/Djblets-0.8.5-py2.6.egg/djblets/cache/backend.py",
>  line 109, in cache_memoize
>     data = lookup_callable()
>   File 
> "/usr/lib/python2.6/site-packages/ReviewBoard-2.0.2-py2.6.egg/reviewboard/scmtools/models.py",
>  line 219, in <lambda>
>     request)],
>   File 
> "/usr/lib/python2.6/site-packages/ReviewBoard-2.0.2-py2.6.egg/reviewboard/scmtools/models.py",
>  line 379, in _get_file_uncached
>     data = self.get_scmtool().get_file(path, revision)
>   File 
> "/usr/lib/python2.6/site-packages/ReviewBoard-2.0.2-py2.6.egg/reviewboard/scmtools/cvs.py",
>  line 59, in get_file
>     return self.client.cat_file(path, revision)
>   File 
> "/usr/lib/python2.6/site-packages/ReviewBoard-2.0.2-py2.6.egg/reviewboard/scmtools/cvs.py",
>  line 278, in cat_file
>     return self._cat_specific_file(filenameAttic, revision)
>   File 
> "/usr/lib/python2.6/site-packages/ReviewBoard-2.0.2-py2.6.egg/reviewboard/scmtools/cvs.py",
>  line 316, in _cat_specific_file
>     raise FileNotFoundError(filename, revision)
> FileNotFoundError: The file 
> 'cvs/repository/<dir>/<dir>/<dir>/Attic/VPASServerConfigGlobals.h' 
> (r1.15.56.5.4.1.10.2.4.1.6.4) could not be found in the repository
>
>  --
> Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
> ---
> Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
> ---
> Happy user? Let us know at http://www.reviewboard.org/users/
> ---
> You received this message because you are subscribed to the Google Groups
> "reviewboard" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to reviewboard+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>
>

-- 
Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
---
Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
---
Happy user? Let us know at http://www.reviewboard.org/users/
--- 
You received this message because you are subscribed to the Google Groups 
"reviewboard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to