因为之前连的svn服务器中的项目的用户的权限 不能 满足我连接和下载另一个项目的需要 而之前的用户名和密码 我没办法去掉,上网找了半小时 还好,为了节省大家时间 参考一下吧
删除掉C:\Documents and Settings\hao\Application Data\Subversion\auth\svn.simple文件夹下的文件即可.
再次访问时,会弹出要求输入用户名和密码.
以上的路径名仅供参考,hao是我的一个用户名,Application Data是一个隐藏的文件夹.
#################################################################################
======================
以下为转载
=============================
Subclipse 记住密码后如何取消
新近开发的项目都用 SVN 做版本控制了,Eclipse 上少不了装上 SVN 插件——Subclipse,用起来还不错。就有一点不好!
添加资源库的时候,如果选择了“Remember Password”,但输入的密码是错误的。确定后,就没得地方去修改密码了,就算是删除此资源库重新添加,也还是用以前输入的密码执着地尝试。CVS 的配置选项里还有一个“Password Management”,Subclipse 的 SVN 选项里就没有这一项。Subclipse 真以为我们是圣人吗。无奈只有删除 Eclise_HOME/configuration/org.eclipse.core.runtime/.keyring 文件(文件名挺有意思:钥匙链)。虽说可以解决这个问题,但是也把其他保存在其中的密码给丢弃了,遗憾!盼 Subclipse 赶紧出新版也提供类似 CVS 的“Password Management”。
Eclise_HOME/configuration/org.eclipse.core.runtime/.keyring 删除后提交时没有弹出要求输入用户密码 不知是操作不对还是 ??
在C:\Documents and Settings\sun\Application Data\Subversion\目录下有README.txt文件,里面的内容最好看一看,如下:
This directory holds run-time configuration information for Subversion
clients. The configuration files all share the same syntax, but you
should examine a particular file to learn what configuration
directives are valid for that file.
The syntax is standard INI format:
- Empty lines, and lines starting with '#', are ignored.
The first significant line in a file must be a section header.
- A section starts with a section header, which must start in
the first column:
[section-name]
- An option, which must always appear within a section, is a pair
(name, value). There are two valid forms for defining an
option, both of which must start in the first column:
name: value
name = value
Whitespace around the separator (:, =) is optional.
- Section and option names are case-insensitive, but case is
preserved.
- An option's value may be broken into several lines. The value
continuation lines must start with at least one whitespace.
Trailing whitespace in the previous line, the newline character
and the leading whitespace in the continuation line is compressed
into a single space character.
- All leading and trailing whitespace around a value is trimmed,
but the whitespace within a value is preserved, with the
exception of whitespace around line continuations, as
described above.
- When a value is a boolean, any of the following strings are
recognised as truth values (case does not matter):
true false
yes no
on off
1 0
- When a value is a list, it is comma-separated. Again, the
whitespace around each element of the list is trimmed.
- Option values may be expanded within a value by enclosing the
option name in parentheses, preceded by a percent sign and
followed by an 's':
%(name)s
The expansion is performed recursively and on demand, during
svn_option_get. The name is first searched for in the same
section, then in the special [DEFAULT] section. If the name
is not found, the whole '%(name)s' placeholder is left
unchanged.
Any modifications to the configuration data invalidate all
previously expanded values, so that the next svn_option_get
will take the modifications into account.
The syntax of the configuration files is a subset of the one used by
Python's ConfigParser module; see
http://www.python.org/doc/current/lib/module-ConfigParser.html
Configuration data in the Windows registry
==========================================
On Windows, configuration data may also be stored in the registry. The
functions svn_config_read and svn_config_merge will read from the
registry when passed file names of the form:
REGISTRY:<hive>/path/to/config-key
The REGISTRY: prefix must be in upper case. The <hive> part must be
one of:
HKLM for HKEY_LOCAL_MACHINE
HKCU for HKEY_CURRENT_USER
The values in config-key represent the options in the [DEFAULT] section.
The keys below config-key represent other sections, and their values
represent the options. Only values of type REG_SZ whose name doesn't
start with a '#' will be used; other values, as well as the keys'
default values, will be ignored.
File locations
==============
Typically, Subversion uses two config directories, one for site-wide
configuration,
Unix:
/etc/subversion/servers
/etc/subversion/config
/etc/subversion/hairstyles
Windows:
%ALLUSERSPROFILE%\Application Data\Subversion\servers
%ALLUSERSPROFILE%\Application Data\Subversion\config
%ALLUSERSPROFILE%\Application Data\Subversion\hairstyles
REGISTRY:HKLM\Software\Tigris.org\Subversion\Servers
REGISTRY:HKLM\Software\Tigris.org\Subversion\Config
REGISTRY:HKLM\Software\Tigris.org\Subversion\Hairstyles
and one for per-user configuration:
Unix:
~/.subversion/servers
~/.subversion/config
~/.subversion/hairstyles
Windows:
%APPDATA%\Subversion\servers
%APPDATA%\Subversion\config
%APPDATA%\Subversion\hairstyles
REGISTRY:HKCU\Software\Tigris.org\Subversion\Servers
REGISTRY:HKCU\Software\Tigris.org\Subversion\Config
REGISTRY:HKCU\Software\Tigris.org\Subversion\Hairstyles
分享到:
相关推荐
当用户忘记或需要更改SVN的用户名和密码时,通常会遇到无法正常连接到SVN仓库的问题。下面,我们将分步骤介绍如何解决这个问题。 1. **检查SVN配置** 首先,打开MyEclipse,点击菜单栏的“Window” -> ...
在使用MyEclipse集成开发环境进行SVN版本控制时,可能会遇到需要更改用户名和密码的情况。由于SVN的图形界面并没有直接提供修改用户名和密码的功能,因此需要采取一些间接的方法来实现这一目标。这里我们将详细讲解...
【标题】:“svn插件myeclipse+svn插件” 【描述】:“svn 插件 myeclipse 插件文件+安装方法在压缩包内” 本文将深入探讨如何在MyEclipse集成开发环境中安装和使用Subversion(SVN)插件,以便更有效地进行版本...
7. **配置SVN插件**:安装成功后,你需要进行一些基本的配置,如设置SVN的用户名、密码,以及连接到你的Subversion服务器。这些配置通常可以在MyEclipse的首选项设置中找到。 通过以上步骤,你就可以在MyEclipse中...
【Myeclipse2017 SVN插件】是一款专为Myeclipse 2017集成开发环境设计的版本控制系统工具,它使得开发者能够在Myeclipse中直接进行SVN(Subversion)的操作,如代码的版本控制、提交、更新、解决冲突等。SVN是分布式...
【MAC Myeclipse SVN插件】是专门为苹果Mac操作系统设计的一款Myeclipse集成的版本控制系统插件,旨在为MAC用户提供方便、高效的Subversion(SVN)管理功能,同时确保安装此插件不会对已有的Myeclipse插件工具造成...
- **创建或导入SVN仓库连接**:在“资源管理器”视图中,右键选择“Team”->“Share Project...”,然后选择SVN,按照向导完成仓库URL、用户名和密码的设置。 - **进行SVN操作**:现在你可以使用MyEclipse中的SVN...
标题"eclipse和myeclipse SVN插件"指的是将SVN的功能集成到这两个IDE中,这样开发者可以在熟悉的环境中进行版本控制,如提交、更新、查看差异、合并冲突等。 描述中的"svn插件 Jar包"是指为了在Eclipse或MyEclipse...
在实际使用过程中,MyEclipse SVN插件提供了丰富的右键菜单选项,如“Add to SVN”用于将文件或项目纳入版本控制,“Commit”用于提交本地更改,“Update”用于获取远程仓库的最新更改,“Compare with HEAD ...
site-1.6.17.zip myeclipse svn插件 myeclipse svn插件 myeclipse svn插件 myeclipse svn插件 myeclipse svn插件
5. 配置SVN连接:在MyEclipse中,你需要配置SVN的连接信息,包括仓库URL、用户名和密码。这通常在“Window” -> “Preferences” -> “Team” -> “SVN”中进行设置。 6. 使用SVN功能:现在你可以在MyEclipse中看到...
总结来说,"搭建SVN所需安装包和MyEclipse SVN插件"涉及到的关键知识点包括:SVN版本控制系统的概念和工作原理,SVN服务器的安装与配置,SVN客户端的选择与使用,以及在MyEclipse中集成SVN插件以实现无缝的版本控制...
完成文件复制后,重启MyEclipse,插件应该就已经生效,可以在"Team"菜单或者右键项目菜单中看到SVN的相关选项。 使用Eclipse MyEclipse SVN插件,开发者可以享受到以下功能: - 版本控制:对项目文件进行版本控制,...
- **设置SVN首选项**:在MyEclipse的"Window" -> "Preferences" -> "Team" -> "SVN"中,可以配置SVN的用户名、密码、工作副本格式等选项。 - **性能调整**:根据网络环境和项目规模,可以调整缓存大小、检查频率等...
### MyEclipse SVN插件及安装方法 #### 一、前言 在软件开发过程中,版本控制工具扮演着至关重要的角色。Subversion (SVN) 是一款非常流行的集中式版本控制系统,广泛应用于团队协作和代码管理。MyEclipse 作为一...
MyEclipse的SVN插件可能比标准的Eclipse SVN插件(如Subversive或Subclipse)提供更直观的用户界面和更好的性能优化。不过,两者的基本操作和原理是相似的。 四、常见问题及解决方案 在使用过程中,可能会遇到如...
《myeclipse SVN插件1.8 和tortoise SVN 1.7 整合指南》 在软件开发过程中,版本控制工具起着至关重要的作用,它们帮助开发者追踪代码的变更,协同工作,并确保团队之间的代码同步。在这个场景中,我们将深入探讨...
本教程将详细介绍如何在MyEclipse8.5这个强大的Java集成开发环境中安装和配置SVN插件,以便更好地进行代码管理和团队协作。 首先,我们需要理解MyEclipse和SVN的基本概念。MyEclipse是一款基于Eclipse平台的商业...
总的来说,Myeclipse 8.6通过安装SVN插件,如Subversive,可以方便地与SVN服务器进行交互,实现代码版本管理和团队协作。安装过程虽然略显繁琐,但是一旦配置好,就能极大地提高开发效率,保障项目的稳定性和可持续...