I also use truecrypt, never had problems setting permissions on files inside truecrypt disk…
Why can’t you?
Do you use linux or windows? Is the key file owned by your user?
Without knowing much about your system, it is hard to say. Here is one common cause for that problem. It may be failing to ID you term type… Try to set it before watch. ssh user@IP ‘export TERM=vt100 && watch -n 1 “monitoring command”‘ ORssh user@IP ‘export TERM=ansi && watch -n 1 “monitoring command”‘ Hope did no mistake in [...]
Well, in my case it was a part of script. I knew that Debian knows how to get all dependencies. “This snippet will only work if you Linux distro knows how to get all packages” . In the case that Linux doesn’t know how to get the dependency or what the dependency is apt-get -f –force-yes –yes install [...]
We configured Apache to manage SVN authorization, and Apache does that by connecting to windows Open Directory over Ldap. We’ve got “Access to … failed” problem after svn server upgrade. Our configurations were fine, they worked before upgrade. Apache restart helps for about one day. What causes the problem? How it can be solved? == Our [...]
If you get this error, chances are you work on big or very big svn project. The result of this error is often a broken svn operation and the working copy state, which must be treated very careful. The problem lies on the server side, and we try some solutions right now. Here is what I [...]
Sometimes it comes to relocating or disconnecting local working svn repo copy. Here, both clients (Eclipse 2x vs. Tortoise) seem to have features, from which the other side could learn. ===== In Tortoise, disconnect and reconnect is simple: relocate ===== Two operations in one: just do “TortoiseSVN -> Relocate”. Sometimes I think, that this feature [...]
It seems, that there are plenty of surprises connected with using external references in Eclipse. One such surprise is that after half an hour of update process and accepting permanently the server certificate you get to accept the server certificate again and again (permanently). What might seem confusing is actually pretty simple: With externals there are [...]
sure
I also dont think it was a bug with m3. The thing is, many features where working with m2 although they shouldn’t . As i remember, m3 is rather working better, and that causes for example configuration problems to become configuration bugs…
I updated the jira ticket. Try to change the connectionUrl you checkout from. I could reproduce the issue. It checks out under targetcheckoutjtstand because thats where the connectionUrlpoints to. See the ticket.
As a maven2 expert with some maven3 migration experience i could probably help you sometimes. You can drop your migration related questions here. If your have ongoing migration with big problems, better register on thinkplexx and write me using “my account->messages” You can try stackoverflow. Folks there are pretty good and community is large and very active… [...]
Hi, find the System->Settings->PC Connection and make sure it is set to MSC. That is a normal USB mode. After that, try to connect and expect the Drive or Directory to pop up. If it doesn’t help, let me know and give me some details like what the player writes and what kind of OS you use. Good luck [...]
WC-NG promises to be the next big thing. In 1.7 the core of it will be implemented, replacing distributed .svn directories. Me, i expect less merge problems, much more predictable and explainable behavior( lesser tree conflicts, better renames etc) and speed boost (no need to go through hundred .svn’s is great)
Having sticky agents can really help to: – reduce build time (in many cases no checkout, just update); – reduce traffic. I don’t agree that every agent will store working copy of every project. After the builds agents clean the build space and archive what we want them to. There is no difference where we [...]
We were just discussing with my colleague, Marc, why Git is a great and capable tool and how it can do almost anything. – ” But, it cannot do the rename “, said Marc. – ” Why, of course it can “, I said. No, it would probably handle things wrongly. And here is a classic example: You cloned [...]
I have tried to install EGit from update site here: http://www.eclipse.org/egit/download/ There are at least two versions, ”’From Main Site”’ and the ”’Bleeding Edge”’. I have first tried the main. After flawless installation I was promoted to restart and I deed. I got: : Eclipse EGit, Eclipse JGit : Nothing from Eclipse EGit Provider, no [...]