|
|
Choosing A Webhost: |
Re: "The File Exists": msg#00219version-control.sourcegear-vault.user
Michael Dorfman wrote: > I am trying to do a "Get Latest Version" into an empty folder, and the > Vault suddenly gets all philosophical on me-- it states "The File > Exists" and refuses to go any farther. Are you using the Windows Forms or the IDE client? Both share the same local data, but knowing which one you're using may help find exactly what's causing the error. If you're using the Windows Forms client (the one I'm more familiar with), you might try temporarily assigning a different working folder for your project, and try the "Get Latest Version" there. If that succeeds, but the operation fails after you set your working folder back to its original location, it may be a problem with the baseline versions of your working folder files. If the problem does not go away with a different working folder, it could be that you're temporary directory is full (or all possible combinations of names of temp files are used--see below). Vault uses temporary files when downloading things, and puts them in the user's temp folder (not the system temp folder like the note says, but the error message is probably from the same piece of filesystem code). You can browse your user temp directory at %TEMP%. Vault's temp files are named like "tmpBEEF.tmp" where "BEEF" is a series of hex digits. Vault uses the .NET framework's Path.GetTempFileName() to make temp file names. It would be nice if this method could generate more than 65K unique names. Older versions of Vault (1.1 and older) wouldn't limit the number of temp files it used during Get Latest Version. If it couldn't merge them into working folders fast enough, it would use all 65,535 names available for four hex digits and fail. Newer versions limit themselves to 100 temp files at a time. -- Shaw Terwilliger <sterwill@xxxxxxxxxxxxxx> SourceGear LLC
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Branching Problem?, Jon M. Gohr |
|---|---|
| Next by Date: | Re: Vault client hangs when looking at the history of a file, Shaw Terwilliger |
| Previous by Thread: | "The File Exists", Michael Dorfman |
| Next by Thread: | RE: "The File Exists", Michael Dorfman |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
Free MagazinesCisco NewsReceive a free quarterly e-newsletter with exclusive articles on how Cisco IT uses its own products and solutions to enable the business. subscribe Systems Management News, the newspaper for IT systems administration and data center managers! Each issue of Systems Management News is chock-full of news and analysis to help you understand what's happening in your field. subscribe The Enterprise Newsweekly eWeek is the essential technology information source for builders of e-business. subscribe Oracle Magazine Oracle Magazine contains technology strategy articles, sample code, tips, Oracle and partner news, how to articles for developers and DBAs, and more. Oracle (NASDAQ: ORCL) is the world's largest enterprise software company. subscribe Total Telecom Total Telecom is "The Economist of the communications industry". subscribe |