[6.8 M2] SVN Error

5 messages Options
Embed this post
Permalink
christianachatz

[6.8 M2] SVN Error

Reply Threaded More More options
Print post
Permalink
Hello,



after installing 6.8 M2 I get some errors concering the SVN integration. Searching for




> It seems that files you are working with were created with an unsupported client version. Please check out your files again with SVN client 1.3.0 or later.




I found an entry on nabble.com: http://www.nabble.com/1.6.0-Breaks-Netbeans-Subversion-Plug-in-Compatibility-td22943344.html



Will the compatibilty be "restored" with 6.8-stable?





---------------------------------------------------------------------
To unsubscribe, e-mail: [hidden email]
For additional commands, e-mail: [hidden email]

ovrabec

Re: [6.8 M2] SVN Error

Reply Threaded More More options
Print post
Permalink
The incompatibility issue was already in 6.7 - 6.7+ allows only 1.6
javahl clients, so if you have "Bundled Subversion client for windows"
installed (it is available on the UC), everything should be fine.
Otherwise it probably means that you use a 1.5 commandline client (you
should use a 1.6 commandline client). Look into Tools > Options > Misc >
Versioninng > Subversion if the path points to a proper 1.6 svn.exe (if
no path is specified, run 'svn -- version' in commandline, it should
print version 1.6).

It would also be helpful if you could attach your message log.

O.

christianachatz wrote:

> Hello,
>
>
>
> after installing 6.8 M2 I get some errors concering the SVN integration. Searching for
>
>
>
>
>  
>> It seems that files you are working with were created with an unsupported client version. Please check out your files again with SVN client 1.3.0 or later.
>>    
>
>
>
>
> I found an entry on nabble.com: http://www.nabble.com/1.6.0-Breaks-Netbeans-Subversion-Plug-in-Compatibility-td22943344.html
>
>
>
> Will the compatibilty be "restored" with 6.8-stable?
>  
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [hidden email]
> For additional commands, e-mail: [hidden email]
>
>  


---------------------------------------------------------------------
To unsubscribe, e-mail: [hidden email]
For additional commands, e-mail: [hidden email]

christianachatz

[6.8 M2] SVN Error

Reply Threaded More More options
Print post
Permalink
In reply to this post by christianachatz
Hello Ondrej,



I have checked out the sources using the TortoiseSVN client. The current version is:


> TortoiseSVN 1.6.5, Build 16974 - 32 Bit , 2009/08/20 08:13:46

> Subversion 1.6.5,

> apr 1.3.8

> apr-utils 1.3.9

> neon 0.28.6

> OpenSSL 0.9.8k 25 Mar 2009

> zlib 1.2.3




Within my netbeans 6.8M2, the subversion plugin




> Version: 1.6.1.42.1


is installed.



On startup - scanning my projects - the following error occures:




> org.tigris.subversion.svnclientadapter.SVNClientException: It seems that files you are working with were created with an unsupported client version.

> Please check out your files again with SVN client 1.3.0 or later.

> at org.netbeans.modules.subversion.util.SvnUtils.getRepositoryRootUrl(SvnUtils.java:575)

> at org.netbeans.modules.subversion.FilesystemHandler.getRemoteRepository(FilesystemHandler.java:409)

> at org.netbeans.modules.subversion.FilesystemHandler.getAttribute(FilesystemHandler.java:381)

> at org.netbeans.modules.versioning.FilesystemInterceptor$DelegatingInterceptor.getAttribute(FilesystemInterceptor.java:364)

> at org.netbeans.modules.versioning.FilesystemInterceptor$DelegatingInterceptor.access$000(FilesystemInterceptor.java:327)

> at org.netbeans.modules.versioning.FilesystemInterceptor.getAttribute(FilesystemInterceptor.java:117)

> at org.netbeans.modules.masterfs.ProvidedExtensionsProxy$11.run(ProvidedExtensionsProxy.java:261)

> at org.netbeans.modules.masterfs.ProvidedExtensionsProxy.runCheckCode(ProvidedExtensionsProxy.java:282)

> at org.netbeans.modules.masterfs.ProvidedExtensionsProxy.getAttribute(ProvidedExtensionsProxy.java:259)

> at org.netbeans.modules.masterfs.filebasedfs.fileobjects.BaseFileObj.getAttribute(BaseFileObj.java:361)

> at org.netbeans.modules.versioning.util.Utils$LogTask.run(Utils.java:1157)

> at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:602)

> [catch] at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:1084)




The window displayed along with the error shows an empty IDE log, hence I cannot present it here. If this is too less information, I will try to get more.





---------------------------------------------------------------------
To unsubscribe, e-mail: [hidden email]
For additional commands, e-mail: [hidden email]

ovrabec

Re: [6.8 M2] SVN Error

Reply Threaded More More options
Print post
Permalink
Hi,
this is probably already resolved here:
http://www.netbeans.org/issues/show_bug.cgi?id=173436
But the fix has never been integrated into 6.8M2 (will be in Beta, though).

Are you still able to use subversion even after the error shows? I mean
do svn commands (commit, update, etc.) normally work with the project
you currently work on? Because this issue may be caused by an old
forgotten working copy somewhere in your homedir while the normally used
working copies work fine.
Or is subversion totally unusable?

If you look into $HOME_DIR\.netbeans\6.8m2\var\log\message.log and look
for a line 'No repository root url found for managed file', you should
see directly what file caused this. Is it a file from currently used
working copy?

O.

christianachatz wrote:

> Hello Ondrej,
>
>
>
> I have checked out the sources using the TortoiseSVN client. The current version is:
>
>
>  
>> TortoiseSVN 1.6.5, Build 16974 - 32 Bit , 2009/08/20 08:13:46
>>    
>
>  
>> Subversion 1.6.5,
>>    
>
>  
>> apr 1.3.8
>>    
>
>  
>> apr-utils 1.3.9
>>    
>
>  
>> neon 0.28.6
>>    
>
>  
>> OpenSSL 0.9.8k 25 Mar 2009
>>    
>
>  
>> zlib 1.2.3
>>    
>
>
>
>
> Within my netbeans 6.8M2, the subversion plugin
>
>
>
>
>  
>> Version: 1.6.1.42.1
>>    
>
>
> is installed.
>
>
>
> On startup - scanning my projects - the following error occures:
>
>
>
>
>  
>> org.tigris.subversion.svnclientadapter.SVNClientException: It seems that files you are working with were created with an unsupported client version.
>>    
>
>  
>> Please check out your files again with SVN client 1.3.0 or later.
>>    
>
>  
>> at org.netbeans.modules.subversion.util.SvnUtils.getRepositoryRootUrl(SvnUtils.java:575)
>>    
>
>  
>> at org.netbeans.modules.subversion.FilesystemHandler.getRemoteRepository(FilesystemHandler.java:409)
>>    
>
>  
>> at org.netbeans.modules.subversion.FilesystemHandler.getAttribute(FilesystemHandler.java:381)
>>    
>
>  
>> at org.netbeans.modules.versioning.FilesystemInterceptor$DelegatingInterceptor.getAttribute(FilesystemInterceptor.java:364)
>>    
>
>  
>> at org.netbeans.modules.versioning.FilesystemInterceptor$DelegatingInterceptor.access$000(FilesystemInterceptor.java:327)
>>    
>
>  
>> at org.netbeans.modules.versioning.FilesystemInterceptor.getAttribute(FilesystemInterceptor.java:117)
>>    
>
>  
>> at org.netbeans.modules.masterfs.ProvidedExtensionsProxy$11.run(ProvidedExtensionsProxy.java:261)
>>    
>
>  
>> at org.netbeans.modules.masterfs.ProvidedExtensionsProxy.runCheckCode(ProvidedExtensionsProxy.java:282)
>>    
>
>  
>> at org.netbeans.modules.masterfs.ProvidedExtensionsProxy.getAttribute(ProvidedExtensionsProxy.java:259)
>>    
>
>  
>> at org.netbeans.modules.masterfs.filebasedfs.fileobjects.BaseFileObj.getAttribute(BaseFileObj.java:361)
>>    
>
>  
>> at org.netbeans.modules.versioning.util.Utils$LogTask.run(Utils.java:1157)
>>    
>
>  
>> at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:602)
>>    
>
>  
>> [catch] at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:1084)
>>    
>
>
>
>
> The window displayed along with the error shows an empty IDE log, hence I cannot present it here. If this is too less information, I will try to get more.
>
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [hidden email]
> For additional commands, e-mail: [hidden email]
>
>  


---------------------------------------------------------------------
To unsubscribe, e-mail: [hidden email]
For additional commands, e-mail: [hidden email]

christianachatz

[6.8 M2] SVN Error

Reply Threaded More More options
Print post
Permalink
In reply to this post by christianachatz
Hello Ondrej,



thanks for your reply.



The files are located within a working copy of the remote (sourceforge) SVN I am using. The log files tells me someting like this:




> WARNUNG [org.netbeans.modules.subversion]: no repository url found for managed file D:\Apache2\htdocs\apps

> WARNUNG [org.netbeans.modules.subversion]: No repository root url found for managed file : [D:\Apache2\htdocs\apps\tools]

> org.tigris.subversion.svnclientadapter.SVNClientException: It seems that files you are working with were created with an unsupported client version.

> Please check out your files again with SVN client 1.3.0 or later.

> at org.netbeans.modules.subversion.util.SvnUtils.getRepositoryRootUrl(SvnUtils.java:575)

> at org.netbeans.modules.subversion.FilesystemHandler.getRemoteRepository(FilesystemHandler.java:409)

> at org.netbeans.modules.subversion.FilesystemHandler.getAttribute(FilesystemHandler.java:381)

> at org.netbeans.modules.versioning.FilesystemInterceptor$DelegatingInterceptor.getAttribute(FilesystemInterceptor.java:364)

> at org.netbeans.modules.versioning.FilesystemInterceptor$DelegatingInterceptor.access$000(FilesystemInterceptor.java:327)

> at org.netbeans.modules.versioning.FilesystemInterceptor.getAttribute(FilesystemInterceptor.java:117)

> at org.netbeans.modules.masterfs.ProvidedExtensionsProxy$11.run(ProvidedExtensionsProxy.java:261)

> at org.netbeans.modules.masterfs.ProvidedExtensionsProxy.runCheckCode(ProvidedExtensionsProxy.java:282)

> at org.netbeans.modules.masterfs.ProvidedExtensionsProxy.getAttribute(ProvidedExtensionsProxy.java:259)

> at org.netbeans.modules.masterfs.filebasedfs.fileobjects.BaseFileObj.getAttribute(BaseFileObj.java:361)

> [catch] at org.netbeans.modules.versioning.util.Utils$LogTask.run(Utils.java:1157)

> at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:602)

> at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:1084)

> WARNUNG [org.netbeans.modules.subversion]: no repository url found for managed file D:\Apache2\htdocs\apps

> WARNUNG [org.netbeans.modules.subversion]: No repository root url found for managed file : [D:\Apache2\htdocs\apps\core]

> org.tigris.subversion.svnclientadapter.SVNClientException: It seems that files you are working with were created with an unsupported client version.

> Please check out your files again with SVN client 1.3.0 or later.

> at org.netbeans.modules.subversion.util.SvnUtils.getRepositoryRootUrl(SvnUtils.java:575)

> at org.netbeans.modules.subversion.FilesystemHandler.getRemoteRepository(FilesystemHandler.java:409)

> at org.netbeans.modules.subversion.FilesystemHandler.getAttribute(FilesystemHandler.java:381)

> at org.netbeans.modules.versioning.FilesystemInterceptor$DelegatingInterceptor.getAttribute(FilesystemInterceptor.java:364)

> at org.netbeans.modules.versioning.FilesystemInterceptor$DelegatingInterceptor.access$000(FilesystemInterceptor.java:327)

> at org.netbeans.modules.versioning.FilesystemInterceptor.getAttribute(FilesystemInterceptor.java:117)

> at org.netbeans.modules.masterfs.ProvidedExtensionsProxy$11.run(ProvidedExtensionsProxy.java:261)

> at org.netbeans.modules.masterfs.ProvidedExtensionsProxy.runCheckCode(ProvidedExtensionsProxy.java:282)

> at org.netbeans.modules.masterfs.ProvidedExtensionsProxy.getAttribute(ProvidedExtensionsProxy.java:259)

> at org.netbeans.modules.masterfs.filebasedfs.fileobjects.BaseFileObj.getAttribute(BaseFileObj.java:361)

> [catch] at org.netbeans.modules.versioning.util.Utils$LogTask.run(Utils.java:1157)

> at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:602)

> at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:1084)

> WARNUNG [org.netbeans.JarClassLoader]: Opening C:\Programme\NetBeans 6.8 M2\platform11\modules\org-openide-dialogs.jar took 578 ms

> INFO [org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater]: Indexing of: nbfs://nbhost/SystemFileSystem/PHP/RuntimeLibraries/ took: 4437 ms (New or modified files: 0, Deleted files: 0)

> WARNUNG [org.netbeans.modules.subversion]: no repository url found for managed file D:\Apache2\htdocs\apps

> WARNUNG [org.netbeans.modules.subversion]: No repository root url found for managed file : [D:\Apache2\htdocs\apps\modules]

> org.tigris.subversion.svnclientadapter.SVNClientException: It seems that files you are working with were created with an unsupported client version.

> Please check out your files again with SVN client 1.3.0 or later.

> at org.netbeans.modules.subversion.util.SvnUtils.getRepositoryRootUrl(SvnUtils.java:575)

> at org.netbeans.modules.subversion.FilesystemHandler.getRemoteRepository(FilesystemHandler.java:409)

> at org.netbeans.modules.subversion.FilesystemHandler.getAttribute(FilesystemHandler.java:381)

> at org.netbeans.modules.versioning.FilesystemInterceptor$DelegatingInterceptor.getAttribute(FilesystemInterceptor.java:364)

> at org.netbeans.modules.versioning.FilesystemInterceptor$DelegatingInterceptor.access$000(FilesystemInterceptor.java:327)

> at org.netbeans.modules.versioning.FilesystemInterceptor.getAttribute(FilesystemInterceptor.java:117)

> at org.netbeans.modules.masterfs.ProvidedExtensionsProxy$11.run(ProvidedExtensionsProxy.java:261)

> at org.netbeans.modules.masterfs.ProvidedExtensionsProxy.runCheckCode(ProvidedExtensionsProxy.java:282)

> at org.netbeans.modules.masterfs.ProvidedExtensionsProxy.getAttribute(ProvidedExtensionsProxy.java:259)

> at org.netbeans.modules.masterfs.filebasedfs.fileobjects.BaseFileObj.getAttribute(BaseFileObj.java:361)

> [catch] at org.netbeans.modules.versioning.util.Utils$LogTask.run(Utils.java:1157)

> at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:602)

> at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:1084)





> Are you still able to use subversion even after the error shows? I mean do svn commands (commit, update, etc.) normally work with the project you currently work on? Because this issue may be caused by an old forgotten working copy somewhere in your homedir while the normally used working copies work fine. Or is subversion totally unusable?


The subversion plugin seems to work without errors. I tried to commit, change&revert, show svn log. This resulted in no errors.



Thus, I think the issue is already fixed with the described patch. I am looking forward to BETA.



Besides: you are doing a great job with the 6.8 release! :)



Regards,

Christian





---------------------------------------------------------------------
To unsubscribe, e-mail: [hidden email]
For additional commands, e-mail: [hidden email]