Opened 14 years ago
Closed 14 years ago
#5447 closed defect (fixed)
svn upload
Reported by: | user123 | Owned by: | team |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | Plugin | Version: | |
Keywords: | svn, plugin | Cc: |
Description
I have a problem with the svn.
I tried to upload a plugin via svn.
But when i searched the plugin in the plugins directory i couldn't find it.
Then i recognized that the plugin-template directory was changed last by
myself.
It seems that my plugin was copied into the plugin-template directory and i have no idea how that could happen.
I copied the template directory in my local file system, copied my
resources into it, renamed it and then committed it.
When i synchronize with the repository i see that the path should be ok, but something went wrong and i have no idea what.
Any ideas?
Attachments (0)
Change History (5)
comment:1 by , 14 years ago
comment:2 by , 14 years ago
There were problems with your 3rd commit.
Please read http://josm.openstreetmap.de/wiki/DevelopersGuide/CreateBuild
The plugin does not compile for me.
Before committing the jar file, unzip it and check the Manifest file, to see if it's alright.
comment:3 by , 14 years ago
correction: this is the link: http://josm.openstreetmap.de/wiki/DevelopersGuide/DevelopingPlugins
comment:4 by , 14 years ago
Would be great if you could revert your changes to the template folder. It doesn't magically clean up itself. :)
comment:5 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Reverted templates folder in [o23263].
Copy and rename is not enough. You need to remove all .svn sub folders (or don't copy them in the first place), then do
svn add
. Always dosvn st
before commit. There you would have seen, that README file is modified and not added.Anyway, looking forward to trying th plugin!