| View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] |
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0006229 | opensim | [MISC] Compiling / Building | public | 2012-08-20 08:53 | 2012-08-24 00:27 |
|
| Reporter | SignpostMarv | |
| Assigned To | justincc | |
| Priority | low | Severity | trivial | Reproducibility | sometimes |
| Status | closed | Resolution | fixed | |
| Platform | | OS | | OS Version | |
| Product Version | master (dev code) | |
| Target Version | | Fixed in Version | | |
|
| Summary | 0006229: sqlite journal files not ignored by git |
| Description | although the sqlite files are ignored via the bin/*.db rule, journal files are not. |
| Steps To Reproduce | 1) Rez a sufficiently large number of prims that would cause a noticeable delay when executing `backup` when running opensim with SQLite storage.
2) Execute `backup`
3) Execute `git status` in a git console |
| Tags | No tags attached. |
|
| Git Revision or version number | dd0556abc |
| Run Mode | Standalone (1 Region) |
| Physics Engine | BasicPhysics |
| Environment | .NET / Windows32 |
| Mono Version | None |
| Viewer | |
|
| Attached Files | gitignore-sqlite-journal.patch [^] (529 bytes) 2012-08-20 08:53 [Show Content] [Hide Content]From 8cb61610e216b3d4b3a292cc07779b61840005e0 Mon Sep 17 00:00:00 2001
From: SignpostMarv <github@signpostmarv.name>
Date: Mon, 20 Aug 2012 09:46:41 +0100
Subject: [PATCH] adding sqlite journal files to .gitignore
---
.gitignore | 1 +
1 file changed, 1 insertion(+)
diff --git a/.gitignore b/.gitignore
index 36a1757..bf3ac37 100644
--- a/.gitignore
+++ b/.gitignore
@@ -26,6 +26,7 @@
bin/Debug/*.dll
bin/*.dll.mdb
bin/*.db
+bin/*.db-journal
bin/addin-db-*
bin/*.dll
bin/OpenSim.vshost.exe.config
--
1.7.11.msysgit.1
|
|