From: Petra M. <Pet...@ec...> - 2010-11-05 01:54:58
|
Hi Weiguang Wang, You wrote: > When I run the command "svn update ", > It responds after a few seconds and gets the result message : version 7276. > But it seems that no files have been downloaded. > And in the toplevel pom.xml file, the > <module>maven-sitesource-plugin</module> exists. I am afraid I don't know what is causing your problems and how to fix it. Revision 7276 is the latest so that looks right to me. But I've deleted the module line you mentioned above so you don't seem to be looking at the latest revision. Try "svn -v status pom.xml" If I do that I see "7276 7275 petramalik pom.xml" which means revision 7275 was the last change to pom.xml. And if I do "svn log pom.xml" and can see what that change that was. Maybe just do a completely fresh checkout and start anew? > I remembered that in the Forums of the CZT at sourceforge you have mentioned > a svn update > command to get the latest version of the tool, but I can't find the Forums > now.. Could you please tell me that command again ? I don't know what command you are referring to. svn update should give you the latest version. The forums are here: http://sourceforge.net/projects/czt/forums if you want to have another look yourself. Let us know what the problem was if you figure it out. Cheers, Petra |