-
pedromc
-
RE: SVN with Nautilus integration
-
I was just testing what you said and I had the same problem.
I am going to guess that you sometimes use Eclipse with SVN.
If so there is one little problem. SVN's version in Eclipse is more recent than the one in the shell. Making the shell commands non working. There is a little script that changes the version.
I also use Eclipse with SVN. After reverting my shell SVN's version the script worked.
Another little problem. If you use Eclipse again the version will change and scripts won't work.
If you want try this
download [url=http://svn.collab.net/repos/svn/trunk/tools/client-side/change-svn-wc-format.py]this[/url], and then place it in your working copy base folder. Then run:
[code]chmod a+x change-svn-wc-format.py[/code]
and
[code]./change-svn-wc-format.py . 1.5[/code]
After this the nautilus scripts should be working.
Any other problem tell me.
-
21 May 09
I was just testing what you said and I had the same problem.
I am going to guess that you sometimes use Eclipse with SVN.
If so there is one little problem. SVN's version in Eclipse is more recent than the one in the shell. Making the shell commands non working. There is a little script that changes the version.
I also use Eclipse with SVN. After reverting my shell SVN's version the script worked.
Another little problem. If you use Eclipse again the version will change and scripts won't work.
If you want try this
download this, and then place it in your working copy base folder. Then run:
chmod a+x change-svn-wc-format.py
and
./change-svn-wc-format.py . 1.5
After this the nautilus scripts should be working.
Any other problem tell me.