Just for info here is the output of svn info on the current directory:
H:\Modules_\der>svn info .
Path: .
Working Copy Root Path: H:\Modules_\der
URL: https://xxx.com/svnplugin/imgesw/root/Modules/der/trunk
Relative URL: ^/Modules/der/trunk
Repository Root: https://xxx.com/svnplugin/imgesw/root
Repository UUID: f7b13fd4-2ed4-4b60-bb61-11abc00c005f
Revision: 14896
Node Kind: directory
Schedule: normal
Last Changed Author: yyyy
Last Changed Rev: 14695
Last Changed Date: 2022-03-15 09:43:07 +0100 (Tue, 15 Mar 2022)

and rbt is properly configured: 

H:\Modules_\der>more .reviewboardrc
REVIEWBOARD_URL = "http://gnbcxd0115.xxx.com";
REPOSITORY = "eSW_Modules"
REPOSITORY_TYPE = "svn"

Le jeudi 1 septembre 2022 à 18:51:28 UTC+2, Alain H a écrit :

> I am using rbt on bot Unix and Windows and have the same error when 
> executing "rbt post" using RBTools 3.1.1 (Python 3.8.13).
>
> H:\Modules_\der>rbt post
> ←[31mERROR:←[39m Error validating diff
>
> /Modules/der/trunk/src/der.c (revision 14897): The file was not found in 
> the repository. (API Error 207: Repository File Not Found)
>
> Executing "rbt diff" gives me a valid diff:
> H:\Modules_\der>rbt diff
> Index: src/der.c
> ===================================================================
> --- /Modules/der/trunk/src/der.c        (revision 14897)
> +++ /Modules/der/trunk/src/der.c        (working copy)
> @@ -19,6 +19,7 @@
>
>  /**
>   * Formats a DER `element`.
> + * THIS IS TO TEST ReviewBoard -
>   */
>  static string DER_formatElement(const DER_element_t &element) {
>      string s = format("0x%02x/%d", element.id, element.length);
>
> Same issue if I drag and drop the diff.txt in the ReviewBoard web site for 
> creating a request.
> I think that the tools does make the link between the path of the file in 
> SVN and on local directory but have no clue on how to fix it.
>
> Thanks in advance for your help
>
> Alain
>

-- 
Supercharge your Review Board with Power Pack: 
https://www.reviewboard.org/powerpack/
Want us to host Review Board for you? Check out RBCommons: 
https://rbcommons.com/
Happy user? Let us know! https://www.reviewboard.org/users/
--- 
You received this message because you are subscribed to the Google Groups 
"Review Board Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/reviewboard/e56b574d-ad80-4831-ae55-115df4a27103n%40googlegroups.com.

Reply via email to